Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/bench/
Dfind-bit-bench.c57 unsigned long *to_test = bitmap_zalloc(num_bits); in do_for_each_set_bit() local
70 bitmap_zero(to_test, num_bits); in do_for_each_set_bit()
73 set_bit(i, to_test); in do_for_each_set_bit()
79 for_each_set_bit(bit, to_test, num_bits) in do_for_each_set_bit()
92 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit()
117 bitmap_free(to_test); in do_for_each_set_bit()