Searched refs:flind (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_phys.c93 * Provides the mapping from VM_FREELIST_* to free list indices (flind).
132 static vm_page_t vm_phys_alloc_domain_pages(int domain, int flind, int pool,
181 int dom, error, flind, oind, pind; local
189 for (flind = 0; flind < vm_nfreelists; flind++) {
192 "\n ", flind);
203 fl = vm_phys_free_queues[dom][flind][pind];
367 int dom, flind, freelist, oind, pind, segind; local
436 flind
536 int dom, domain, flind; local
586 vm_phys_alloc_domain_pages(int domain, int flind, int pool, int order) argument
938 static int flind, oind, pind; local
997 int dom, domain, flind, oind, order, pind; local
1095 int flind, oind, pind, dom; local
[all...]
H A Dvm_page.c1986 vm_page_alloc_freelist(int flind, int req) argument
2010 m = vm_phys_alloc_freelist_pages(flind, VM_FREEPOOL_DIRECT, 0);

Completed in 53 milliseconds