Home
last modified time | relevance | path

Searched refs:calc_free_pagelist_sz (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h284 extern size_t calc_free_pagelist_sz(void);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h285 extern size_t calc_free_pagelist_sz(void);
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c713 calc_free_pagelist_sz(void) in calc_free_pagelist_sz() function
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1139 pagelist_sz = calc_free_pagelist_sz(); in startup_memlist()