Searched refs:sync_test_and_set_bit (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/arch/arm/include/asm/ |
D | sync_bitops.h | 20 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
|
/Linux-v5.10/arch/arm64/include/asm/ |
D | sync_bitops.h | 21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
|
/Linux-v5.10/arch/x86/include/asm/ |
D | sync_bitops.h | 83 static inline bool sync_test_and_set_bit(long nr, volatile unsigned long *addr) in sync_test_and_set_bit() function
|
/Linux-v5.10/drivers/xen/events/ |
D | events_2l.c | 78 return sync_test_and_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_test_and_set_mask() 132 !sync_test_and_set_bit(port / BITS_PER_EVTCHN_WORD, in evtchn_2l_unmask()
|
D | events_fifo.c | 215 return sync_test_and_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); in evtchn_fifo_test_and_set_mask()
|
/Linux-v5.10/drivers/net/hyperv/ |
D | netvsc.c | 816 if (sync_test_and_set_bit(i, map_addr) == 0) in netvsc_get_next_send_section()
|