Searched refs:RTE_MEMPOOL_ALIGN (Results 1 – 4 of 4) sorted by relevance
106 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()
121 #ifndef RTE_MEMPOOL_ALIGN125 #define RTE_MEMPOOL_ALIGN RTE_CACHE_LINE_SIZE macro128 #define RTE_MEMPOOL_ALIGN_MASK (RTE_MEMPOOL_ALIGN - 1)
63 *align = RTE_MEMPOOL_ALIGN; in rte_mempool_op_calc_mem_size_helper()
280 ['RTE_MEMPOOL_ALIGN', 128]