Home
last modified time | relevance | path

Searched refs:rte_bitmap_set_slab (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_bitmap.c27 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()
/dpdk/lib/eal/include/
H A Drte_bitmap.h403 rte_bitmap_set_slab(struct rte_bitmap *bmp, uint32_t pos, uint64_t slab) in rte_bitmap_set_slab() function