Searched refs:__test_and_set_bit (Results 1 – 6 of 6) sorted by relevance
41 #define __test_and_set_bit(nr, addr) bitop(___test_and_set_bit, nr, addr) macro
56 __test_and_set_bit((nr) ^ BITOP_LE_SWIZZLE, addr)63 # define __test_and_set_bit_le __test_and_set_bit
375 if (!__test_and_set_bit(event->id, events_defined)) in perl_process_tracepoint()
963 if (!__test_and_set_bit(event->id, events_defined)) in python_process_tracepoint()
138 #define test_and_set_bit(nr, addr) __test_and_set_bit(nr, addr)
1661 if (!__test_and_set_bit(this_cpu.cpu, sched->map.comp_cpus_mask)) { in map_switch_event()
Completed in 23 milliseconds