Home
last modified time | relevance | path

Searched refs:alloc_req (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Dmalloc_heap.c469 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()
H A Dmalloc_mp.h56 struct malloc_req_alloc alloc_req; member
H A Dmalloc_mp.c182 const struct malloc_req_alloc *ar = &m->alloc_req; in handle_alloc_request()
/f-stack/freebsd/vm/
H A Dvm_fault.c1077 int alloc_req; in vm_fault_allocate() local
1124 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()