Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_bitmap.c22 uint64_t out_slab = 0; in test_bitmap_scan_operations() local
29 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
34 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
39 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
44 if (slab2_magic != out_slab) { in test_bitmap_scan_operations()
50 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
55 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
63 if (!rte_bitmap_scan(bmp, &pos, &out_slab)) { in test_bitmap_scan_operations()
68 if (slab1_magic != out_slab) { in test_bitmap_scan_operations()
81 uint64_t out_slab = 0; in test_bitmap_slab_set_get() local
[all …]