Searched refs:contig (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | malloc_heap.c | 165 contig)) { in find_suitable_element() 202 if (contig) { in find_biggest_element() 375 contig); in alloc_pages_on_heap() 471 req.alloc_req.contig = contig; in try_expand_heap_secondary() 492 bool contig) in try_expand_heap() argument 609 align, bound, contig)) in alloc_more_mem_on_socket() 684 bound, contig)) { in malloc_heap_alloc_on_heap_id() 722 bound, contig); in malloc_heap_alloc() 733 bound, contig); in malloc_heap_alloc() 785 contig); in malloc_heap_alloc_biggest() [all …]
|
| H A D | malloc_mp.h | 40 bool contig; member 80 bool contig, struct rte_memseg **ms, int n_segs);
|
| H A D | malloc_heap.h | 53 size_t align, size_t bound, bool contig); 57 size_t align, bool contig);
|
| H A D | eal_common_memzone.c | 67 bool contig; in memzone_reserve_aligned_thread_unsafe() local 137 contig = (flags & RTE_MEMZONE_IOVA_CONTIG) != 0; in memzone_reserve_aligned_thread_unsafe() 145 align, contig); in memzone_reserve_aligned_thread_unsafe() 151 flags, align, bound, contig); in memzone_reserve_aligned_thread_unsafe()
|
| H A D | malloc_elem.c | 225 size_t bound, bool contig) in elem_start_pt() argument 260 if (contig) { in elem_start_pt() 286 size_t bound, bool contig) in malloc_elem_can_hold() argument 288 return elem_start_pt(elem, size, align, bound, contig) != NULL; in malloc_elem_can_hold() 434 size_t bound, bool contig) in malloc_elem_alloc() argument 437 contig); in malloc_elem_alloc()
|
| H A D | malloc_elem.h | 132 unsigned int align, size_t bound, bool contig); 140 unsigned int align, size_t bound, bool contig);
|
| H A D | malloc_mp.c | 205 ar->flags, ar->align, ar->bound, ar->contig, ms, in handle_alloc_request()
|
| /f-stack/freebsd/x86/isa/ |
| H A D | isa_dma.c | 91 int contig; in isa_dma_init() local 105 contig = 0; in isa_dma_init() 111 contig = 1; in isa_dma_init() 127 if (contig) in isa_dma_init()
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | mempool_trace_points.c | 13 lib.mempool.ops.deq.contig)
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.h | 1336 uint8_t __otx2_io contig; /* Contiguous entries ? */ member 1402 uint8_t __otx2_io contig; /* Contiguous counters ? */ member
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow_utils.c | 762 req->contig = 1; in flow_fill_entry_cache()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | run_app.rst | 505 * ``--no-iova-contig``
|