Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_phys.h64 vm_page_t vm_phys_alloc_freelist_pages(int domain, int freelist, int pool,
H A Dvm_phys.c807 m = vm_phys_alloc_freelist_pages(domain, freelist, pool, order); in vm_phys_alloc_pages()
822 vm_phys_alloc_freelist_pages(int domain, int freelist, int pool, int order) in vm_phys_alloc_freelist_pages() function
H A Dvm_page.c2468 m = vm_phys_alloc_freelist_pages(domain, freelist, in vm_page_alloc_freelist_domain()