Searched refs:req_class (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/vm/ |
H A D | vm_page.c | 180 static int vm_page_reclaim_run(int req_class, int domain, u_long npages, 2035 _vm_domain_allocate(struct vm_domain *vmd, int req_class, int npages) in _vm_domain_allocate() argument 2039 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate() 2041 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate() 2072 int req_class; in vm_domain_allocate() local 2077 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate() 2078 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT) in vm_domain_allocate() 2079 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate() 2080 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate() 2957 vm_page_reclaim_run(int req_class, int domain, u_long npages, vm_page_t m_run, in vm_page_reclaim_run() argument [all …]
|
H A D | vm_glue.c | 285 int req_class, int domain); 612 vm_thread_stack_back(vm_offset_t ks, vm_page_t ma[], int npages, int req_class, in vm_thread_stack_back() argument 631 domain, req_class | VM_ALLOC_WIRED, &pages); in vm_thread_stack_back()
|