Searched refs:nb_clear (Results 1 – 1 of 1) sorted by relevance
22 int i, nb_clear, nb_set; in test_bitmap_scan_operations() local79 nb_clear = RTE_MIN(RTE_BITMAP_CL_BIT_SIZE / 2, MAX_BITS); in test_bitmap_scan_operations()80 for (i = 0; i < nb_clear; i++) in test_bitmap_scan_operations()99 if ((nb_clear + nb_set) != MAX_BITS) { in test_bitmap_scan_operations()101 "Expected %u, found %u.\n", MAX_BITS - nb_clear, nb_set); in test_bitmap_scan_operations()