Searched refs:rte_bitmap_set_slab (Results 1 – 2 of 2) sorted by relevance
27 rte_bitmap_set_slab(bmp, pos, slab1_magic); in test_bitmap_scan_operations()28 rte_bitmap_set_slab(bmp, pos + RTE_BITMAP_SLAB_BIT_SIZE, slab2_magic); in test_bitmap_scan_operations()116 rte_bitmap_set_slab(bmp, pos, slab_magic); in test_bitmap_slab_set_get()
403 rte_bitmap_set_slab(struct rte_bitmap *bmp, uint32_t pos, uint64_t slab) in rte_bitmap_set_slab() function