Searched refs:sync_test_and_set_bit (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h21 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h76 * sync_test_and_set_bit - Set a bit and return its old value
83 static inline bool sync_test_and_set_bit(long nr, volatile unsigned long *addr) function
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h31 #define sync_test_and_set_bit(nr, p) _sync_test_and_set_bit(nr, p) macro
/linux-master/drivers/xen/events/
H A Devents_2l.c131 !sync_test_and_set_bit(port / BITS_PER_EVTCHN_WORD,
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c930 if (sync_test_and_set_bit(i, map_addr) == 0)

Completed in 154 milliseconds