Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_bitmap.c23 uint64_t out_slab = 0; in test_bitmap_scan_operations() local
30 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
35 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
40 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
45 if (slab2_magic != out_slab) { in test_bitmap_scan_operations()
51 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
56 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
69 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
94 nb_set += __builtin_popcountll(out_slab); in test_bitmap_scan_operations()
113 uint64_t out_slab = 0; in test_bitmap_slab_set_get() local
[all …]