Searched refs:req_class (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/vm/ |
| H A D | vm_page.c | 1961 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate() 1963 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate() 1994 int req_class; in vm_domain_allocate() local 1999 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate() 2001 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate() 2002 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate() 2776 KASSERT((req_class & VM_ALLOC_CLASS_MASK) == req_class, in vm_page_reclaim_run() 2829 req = req_class; in vm_page_reclaim_run() 2997 int error, i, options, req_class; in vm_page_reclaim_contig_domain() local 3018 req_class = req & VM_ALLOC_CLASS_MASK; in vm_page_reclaim_contig_domain() [all …]
|
| H A D | vm_glue.c | 419 int npages, int req_class) in vm_thread_stack_back() argument 436 req_class | VM_ALLOC_WIRED | VM_ALLOC_WAITFAIL, in vm_thread_stack_back()
|
| H A D | vm_extern.h | 132 vm_page_t ma[], int npages, int req_class);
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | pmap.c | 1131 int i, req_class; in pmap_pinit() local 1136 req_class = VM_ALLOC_NORMAL; in pmap_pinit() 1139 pmap_grow_direct_page(req_class); in pmap_pinit() 1163 int req_class; in _pmap_allocpte() local 1168 req_class = VM_ALLOC_NORMAL; in _pmap_allocpte() 1173 pmap_grow_direct_page(req_class); in _pmap_allocpte() 1300 int i, req_class; in pmap_growkernel() local 1303 req_class = VM_ALLOC_INTERRUPT; in pmap_growkernel() 1312 nkpg = pmap_alloc_direct_page(nkpt, req_class); in pmap_growkernel() 1332 nkpg = pmap_alloc_direct_page(nkpt, req_class); in pmap_growkernel() [all …]
|