Home
last modified time | relevance | path

Searched refs:page_freelist_coalesce_all (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachsystm.h291 extern void page_freelist_coalesce_all(int);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachsystm.h292 extern void page_freelist_coalesce_all(int);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h556 extern void page_freelist_coalesce_all(int);
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c1014 extern void page_freelist_coalesce_all(int mnode); in kcage_init()
1015 page_freelist_coalesce_all(-1); /* do all mnodes */ in kcage_init()
H A Dmem_config.c547 page_freelist_coalesce_all(mnode); in kphysm_add_memory_dynamic()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2445 page_freelist_coalesce_all(int mnode) in page_freelist_coalesce_all() function