Home
last modified time | relevance | path

Searched refs:asm_test_bit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/bench/
H A Dfind-bit-bench.c41 static bool asm_test_bit(long nr, const unsigned long *addr) in asm_test_bit() function
52 #define asm_test_bit test_bit macro
92 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dfind-bit-bench.c41 static bool asm_test_bit(long nr, const unsigned long *addr) in asm_test_bit() function
52 #define asm_test_bit test_bit macro
96 if (asm_test_bit(bit, to_test)) in do_for_each_set_bit()

Completed in 2 milliseconds