Searched defs:segind (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/vm/ | ||
H A D | vm_phys.h | 141 segind = vm_phys_lookup_segind(pa); in vm_phys_paddr_to_seg() local |
H A D | vm_phys.c | 324 int error, segind; in sysctl_vm_phys_segs() local |
H A D | vm_reserv.c | 275 int fullpop, segind; sysctl_vm_reserv_fullpop() local |
H A D | vm_page.h | 249 int8_t segind; /* vm_phys segment index (C) */ member |
H A D | vm_page.c | 500 vm_page_init_page(vm_page_t m,vm_paddr_t pa,int segind,int pool) vm_page_init_page() argument |