Searched refs:sync_test_and_set_bit (Results 1 – 5 of 5) sorted by relevance
20 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
83 static inline bool sync_test_and_set_bit(long nr, volatile unsigned long *addr) in sync_test_and_set_bit() function
131 !sync_test_and_set_bit(port / BITS_PER_EVTCHN_WORD, in evtchn_2l_unmask()
816 if (sync_test_and_set_bit(i, map_addr) == 0) in netvsc_get_next_send_section()