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