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.c182 static int vm_page_reclaim_run(int req_class, int domain, u_long npages,
2202 _vm_domain_allocate(struct vm_domain *vmd, int req_class, int npages) in _vm_domain_allocate() argument
2206 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate()
2208 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()
2239 int req_class; in vm_domain_allocate() local
2244 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate()
2245 if (curproc == pageproc && req_class != VM_ALLOC_INTERRUPT) in vm_domain_allocate()
2246 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()
2247 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate()
3091 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