Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachsystm.h284 extern size_t calc_free_pagelist_sz(void);
/titanic_50/usr/src/uts/sun4v/sys/
H A Dmachsystm.h285 extern size_t calc_free_pagelist_sz(void);
/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.c774 calc_free_pagelist_sz(void) in calc_free_pagelist_sz() function
/titanic_50/usr/src/uts/sun4/os/
H A Dstartup.c1143 pagelist_sz = calc_free_pagelist_sz(); in startup_memlist()