Home
last modified time | relevance | path

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

/dpdk/lib/mempool/
H A Drte_mempool.c106 new_obj_size = (obj_size + RTE_MEMPOOL_ALIGN_MASK) / RTE_MEMPOOL_ALIGN; in arch_mem_object_align()
109 return new_obj_size * RTE_MEMPOOL_ALIGN; in arch_mem_object_align()
227 RTE_MEMPOOL_ALIGN); in rte_mempool_calc_obj_size()
242 sz->trailer_size += ((RTE_MEMPOOL_ALIGN - in rte_mempool_calc_obj_size()
348 off = RTE_PTR_ALIGN_CEIL(vaddr, RTE_MEMPOOL_ALIGN) - vaddr; in rte_mempool_populate_iova()
880 mempool_size = RTE_ALIGN_CEIL(mempool_size, RTE_MEMPOOL_ALIGN); in rte_mempool_create_empty()
H A Drte_mempool.h121 #ifndef RTE_MEMPOOL_ALIGN
125 #define RTE_MEMPOOL_ALIGN RTE_CACHE_LINE_SIZE macro
128 #define RTE_MEMPOOL_ALIGN_MASK (RTE_MEMPOOL_ALIGN - 1)
H A Drte_mempool_ops_default.c63 *align = RTE_MEMPOOL_ALIGN; in rte_mempool_op_calc_mem_size_helper()
/dpdk/config/arm/
H A Dmeson.build280 ['RTE_MEMPOOL_ALIGN', 128]