Home
last modified time | relevance | path

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

/tools/include/linux/
Dbitmap.h88 static inline int test_and_set_bit(int nr, unsigned long *addr) in test_and_set_bit() function
/tools/testing/selftests/kvm/
Ddirty_log_test.c49 test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, addr)
56 # define test_and_set_bit_le test_and_set_bit
/tools/perf/util/
Dstat.c276 *skip = test_and_set_bit(s, mask) == 1; in check_per_pkg()
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c368 if (!test_and_set_bit(event->id, events_defined)) in perl_process_tracepoint()
Dtrace-event-python.c820 if (!test_and_set_bit(event->id, events_defined)) in python_process_tracepoint()
/tools/perf/
Dbuiltin-sched.c1545 if (!test_and_set_bit(this_cpu, sched->map.comp_cpus_mask)) { in map_switch_event()