Lines Matching refs:index1
69 uint32_t index1; /**< Bitmap scan: Index of current array1 slab */ member
81 bmp->index1 = (bmp->index1 + 1) & (bmp->array1_size - 1); in __rte_bitmap_index1_inc()
93 …bmp->index2 = (((bmp->index1 << RTE_BITMAP_SLAB_BIT_SIZE_LOG2) + bmp->offset1) << RTE_BITMAP_CL_SL… in __rte_bitmap_index2_set()
131 bmp->index1 = bmp->array1_size - 1; in __rte_bitmap_scan_init()
378 uint32_t index1, index2, offset1, offset2; in rte_bitmap_set() local
383 index1 = pos >> (RTE_BITMAP_SLAB_BIT_SIZE_LOG2 + RTE_BITMAP_CL_BIT_SIZE_LOG2); in rte_bitmap_set()
386 slab1 = bmp->array1 + index1; in rte_bitmap_set()
406 uint32_t index1, index2, offset1; in rte_bitmap_set_slab() local
410 index1 = pos >> (RTE_BITMAP_SLAB_BIT_SIZE_LOG2 + RTE_BITMAP_CL_BIT_SIZE_LOG2); in rte_bitmap_set_slab()
413 slab1 = bmp->array1 + index1; in rte_bitmap_set_slab()
471 uint32_t index1, index2, offset1, offset2; in rte_bitmap_clear() local
492 index1 = pos >> (RTE_BITMAP_SLAB_BIT_SIZE_LOG2 + RTE_BITMAP_CL_BIT_SIZE_LOG2); in rte_bitmap_clear()
494 slab1 = bmp->array1 + index1; in rte_bitmap_clear()
507 value1 = bmp->array1[bmp->index1]; in __rte_bitmap_scan_search()
518 value1 = bmp->array1[bmp->index1]; in __rte_bitmap_scan_search()