Searched refs:alloc_req (Results 1 – 4 of 4) sorted by relevance
469 req.alloc_req.align = align; in try_expand_heap_secondary()470 req.alloc_req.bound = bound; in try_expand_heap_secondary()471 req.alloc_req.contig = contig; in try_expand_heap_secondary()472 req.alloc_req.flags = flags; in try_expand_heap_secondary()473 req.alloc_req.elt_size = elt_size; in try_expand_heap_secondary()474 req.alloc_req.page_sz = pg_sz; in try_expand_heap_secondary()475 req.alloc_req.socket = socket; in try_expand_heap_secondary()476 req.alloc_req.heap = heap; /* it's in shared memory */ in try_expand_heap_secondary()
56 struct malloc_req_alloc alloc_req; member
182 const struct malloc_req_alloc *ar = &m->alloc_req; in handle_alloc_request()
1077 int alloc_req; in vm_fault_allocate() local1124 alloc_req = P_KILLED(curproc) ? in vm_fault_allocate()1128 alloc_req |= VM_ALLOC_ZERO; in vm_fault_allocate()1129 fs->m = vm_page_alloc(fs->object, fs->pindex, alloc_req); in vm_fault_allocate()