Searched refs:sync_test_and_clear_bit (Results 1 – 4 of 4) sorted by relevance
22 #define sync_test_and_clear_bit(nr, p) test_and_clear_bit(nr, p) macro
96 static inline int sync_test_and_clear_bit(long nr, volatile unsigned long *addr) in sync_test_and_clear_bit() function
34 #define sync_test_and_clear_bit(nr, p) _sync_test_and_clear_bit(nr, p) macro
1230 if (!sync_test_and_clear_bit(relid, recv_int_page)) in vmbus_chan_sched()