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

/freebsd-10-stable/sys/vm/
H A Dvm_phys.h76 vm_page_t vm_phys_alloc_pages(int pool, int order);
H A Dvm_reserv.c585 m = vm_phys_alloc_pages(VM_FREEPOOL_DEFAULT, VM_LEVEL_0_ORDER);
H A Dvm_phys.c533 vm_phys_alloc_pages(int pool, int order) function
539 ("vm_phys_alloc_pages: pool %d is out of range", pool));
541 ("vm_phys_alloc_pages: order %d is out of range", order));
H A Dvm_page.c1592 m = vm_phys_alloc_pages(object != NULL ?
1596 m = vm_phys_alloc_pages(object != NULL ?

Completed in 80 milliseconds