Home
last modified time | relevance | path

Searched refs:RTE_MEMPOOL_ALIGN_MASK (Results 1 – 2 of 2) 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()
243 (sz->total_size & RTE_MEMPOOL_ALIGN_MASK)) & in rte_mempool_calc_obj_size()
244 RTE_MEMPOOL_ALIGN_MASK); in rte_mempool_calc_obj_size()
868 RTE_MEMPOOL_ALIGN_MASK) & (~RTE_MEMPOOL_ALIGN_MASK); in rte_mempool_create_empty()
H A Drte_mempool.h128 #define RTE_MEMPOOL_ALIGN_MASK (RTE_MEMPOOL_ALIGN - 1) macro