Searched refs:req_class (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/vm/ |
| H A D | vm_page.c | 2028 if (req_class == VM_ALLOC_INTERRUPT) in _vm_domain_allocate() 2030 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate() 2061 int req_class; in vm_domain_allocate() local 2066 req_class = req & VM_ALLOC_CLASS_MASK; in vm_domain_allocate() 2068 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate() 2069 return (_vm_domain_allocate(vmd, req_class, npages)); in vm_domain_allocate() 2755 KASSERT((req_class & VM_ALLOC_CLASS_MASK) == req_class, in vm_page_reclaim_run() 2808 req = req_class | VM_ALLOC_NOOBJ; in vm_page_reclaim_run() 2976 int error, i, options, req_class; in vm_page_reclaim_contig_domain() local 2981 req_class = req & VM_ALLOC_CLASS_MASK; in vm_page_reclaim_contig_domain() [all …]
|
| H A D | vm_glue.c | 416 int npages, int req_class) in vm_thread_stack_back() argument 433 req_class | VM_ALLOC_WIRED | VM_ALLOC_WAITFAIL, in vm_thread_stack_back()
|
| H A D | vm_extern.h | 130 vm_page_t ma[], int npages, int req_class);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 1135 int i, req_class; in pmap_pinit() local 1140 req_class = VM_ALLOC_NORMAL; in pmap_pinit() 1143 pmap_grow_direct_page(req_class); in pmap_pinit() 1167 int req_class; in _pmap_allocpte() local 1172 req_class = VM_ALLOC_NORMAL; in _pmap_allocpte() 1177 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 …]
|