Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_page.c180 static int vm_page_reclaim_run(int req_class, int domain, u_long npages,
2167 _vm_domain_allocate(struct vm_domain *vmd, int req_class, int npages) in _vm_domain_allocate() argument
2171 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate()
2173 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()
2204 int req_class; in vm_domain_allocate() local
2209 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate()
2210 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT) in vm_domain_allocate()
2211 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()
2212 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate()
3056 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 Dvm_glue.c284 int req_class, int domain);
611 vm_thread_stack_back(vm_offset_t ks, vm_page_t ma[], int npages, int req_class, in vm_thread_stack_back() argument
628 req_class | VM_ALLOC_WIRED, m); in vm_thread_stack_back()
H A Dvm_extern.h