Searched refs:RTE_MEMPOOL_ALIGN_MASK (Results 1 – 2 of 2) sorted by relevance
106 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()
128 #define RTE_MEMPOOL_ALIGN_MASK (RTE_MEMPOOL_ALIGN - 1) macro