Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dsync_bitops.h20 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
/Linux-v5.10/arch/arm64/include/asm/
Dsync_bitops.h21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
/Linux-v5.10/arch/x86/include/asm/
Dsync_bitops.h83 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/
Devents_2l.c78 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()
Devents_fifo.c215 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/
Dnetvsc.c816 if (sync_test_and_set_bit(i, map_addr) == 0) in netvsc_get_next_send_section()