Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_page.c2202 _vm_domain_allocate(struct vm_domain *vmd, int req_class, int npages) in _vm_domain_allocate() function
2247 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate()
2862 !_vm_domain_allocate(vmd, VM_ALLOC_NORMAL, cnt)) in vm_page_zone_import()