Home
last modified time | relevance | path

Searched refs:vm_phys_alloc_pages (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/vm/
H A Dvm_phys.h65 vm_page_t vm_phys_alloc_pages(int domain, int pool, int order);
H A Dvm_reserv.c897 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_reserv_alloc_page()
H A Dvm_page.c2141 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, 0); in vm_page_alloc_domain_iter()
2467 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DIRECT, 0); in vm_page_alloc_noobj_domain()
2549 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_page_alloc_nofree_domain()
H A Dvm_phys.c1006 vm_phys_alloc_pages(int domain, int pool, int order) in vm_phys_alloc_pages() function