Searched refs:diff_memlists (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/sun4/sys/ |
H A D | memlist_plat.h | 67 extern void diff_memlists(struct memlist *, struct memlist *,
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | memlist.c | 240 diff_memlists(struct memlist *proto, struct memlist *diff, void (*func)()) in diff_memlists() function 359 diff_memlists(orig, new, less_pages); in sync_memlists() 365 diff_memlists(new, orig, more_pages); in sync_memlists()
|
H A D | startup.c | 1873 diff_memlists(phys_avail, old_phys_avail, update_kcage_ranges); in startup_vm() 2741 diff_memlists(phys_install, nopp_list, kphysm_memseg); in kphysm_init() 2752 diff_memlists(phys_install, phys_avail, kphysm_erase); in kphysm_init()
|