Searched refs:RTE_BITMAP_CL_SLAB_SIZE (Results 1 – 1 of 1) sorted by relevance
56 #define RTE_BITMAP_CL_SLAB_SIZE (RTE_BITMAP_CL_BIT_SIZE / RTE_BITMAP_SLAB_BIT_SIZE) macro58 #define RTE_BITMAP_CL_SLAB_MASK (RTE_BITMAP_CL_SLAB_SIZE - 1)109 …and_array1 = (n_slabs_context + n_slabs_array1 + RTE_BITMAP_CL_SLAB_SIZE - 1) / RTE_BITMAP_CL_SLAB… in __rte_bitmap_get_memory_footprint()122 *array2_slabs = n_cache_lines_array2 * RTE_BITMAP_CL_SLAB_SIZE; in __rte_bitmap_get_memory_footprint()134 bmp->index2 += RTE_BITMAP_CL_SLAB_SIZE; in __rte_bitmap_scan_init()