Searched refs:RTE_BITMAP_CL_SLAB_MASK (Results 1 – 1 of 1) sorted by relevance
58 #define RTE_BITMAP_CL_SLAB_MASK (RTE_BITMAP_CL_SLAB_SIZE - 1) macro461 index2 &= ~ RTE_BITMAP_CL_SLAB_MASK; in rte_bitmap_clear()517 for ( ; bmp->go2 ; bmp->index2 ++, slab2 ++, bmp->go2 = bmp->index2 & RTE_BITMAP_CL_SLAB_MASK) { in __rte_bitmap_scan_read()524 bmp->go2 = bmp->index2 & RTE_BITMAP_CL_SLAB_MASK; in __rte_bitmap_scan_read()