Home
last modified time | relevance | path

Searched refs:RTE_MEMPOOL_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c100 new_obj_size = (obj_size + RTE_MEMPOOL_ALIGN_MASK) / RTE_MEMPOOL_ALIGN; in arch_mem_object_align()
237 (sz->total_size & RTE_MEMPOOL_ALIGN_MASK)) & in rte_mempool_calc_obj_size()
238 RTE_MEMPOOL_ALIGN_MASK); in rte_mempool_calc_obj_size()
841 RTE_MEMPOOL_ALIGN_MASK) & (~RTE_MEMPOOL_ALIGN_MASK); in rte_mempool_create_empty()
H A Drte_mempool.h127 #define RTE_MEMPOOL_ALIGN_MASK (RTE_MEMPOOL_ALIGN - 1) macro