Home
last modified time | relevance | path

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

/freebsd-14.2/sys/vm/
H A Dvm_page.c1964 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() local
2002 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 …]
H A Dvm_glue.c407 int npages, int req_class) in vm_thread_stack_back() argument
424 req_class | VM_ALLOC_WIRED | VM_ALLOC_WAITFAIL, in vm_thread_stack_back()
H A Dvm_extern.h133 vm_page_t ma[], int npages, int req_class);