Searched refs:req_class (Results 1 – 3 of 3) sorted by relevance
1964 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate()1966 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()1997 int req_class; in vm_domain_allocate() local2002 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate()2004 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()2005 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate()2817 KASSERT((req_class & VM_ALLOC_CLASS_MASK) == req_class, in vm_page_reclaim_run()2869 req = req_class; in vm_page_reclaim_run()3078 req_class = req & VM_ALLOC_CLASS_MASK; in vm_page_reclaim_contig_domain_ext()3080 req_class = VM_ALLOC_SYSTEM; in vm_page_reclaim_contig_domain_ext()[all …]
407 int npages, int req_class) in vm_thread_stack_back() argument424 req_class | VM_ALLOC_WIRED | VM_ALLOC_WAITFAIL, in vm_thread_stack_back()
133 vm_page_t ma[], int npages, int req_class);