Home
last modified time | relevance | path

Searched refs:flind (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/vm/
Dvm_phys.c124 static vm_page_t vm_phys_alloc_domain_pages(int domain, int flind, int pool,
126 static void _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind,
128 static void vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int flind);
142 int error, flind, oind, pind; in sysctl_vm_phys_free() local
148 for (flind = 0; flind < vm_nfreelists; flind++) { in sysctl_vm_phys_free()
151 "\n ", flind); in sysctl_vm_phys_free()
162 fl = vm_phys_free_queues[flind][pind]; in sysctl_vm_phys_free()
210 int domain, error, flind, ndomains; in sysctl_vm_phys_lookup_lists() local
219 for (flind = 0; flind < vm_nfreelists; flind++) in sysctl_vm_phys_lookup_lists()
220 sbuf_printf(&sbuf, " [%d]:\t%p\n", flind, in sysctl_vm_phys_lookup_lists()
[all …]
Dvm_phys.h58 vm_page_t vm_phys_alloc_freelist_pages(int flind, int pool, int order);
Dvm_page.c1801 vm_page_alloc_freelist(int flind, int req) in vm_page_alloc_freelist() argument
1825 m = vm_phys_alloc_freelist_pages(flind, VM_FREEPOOL_DIRECT, 0); in vm_page_alloc_freelist()