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

/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h20 #define sync_test_and_set_bit(nr, p) test_and_set_bit(nr, p) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h19 #define sync_test_and_set_bit(nr, p) _test_and_set_bit(nr, p) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dsync_bitops.h73 * sync_test_and_set_bit - Set a bit and return its old value
80 static inline int sync_test_and_set_bit(long nr, volatile unsigned long *addr) sync_test_and_set_bit() function
/linux-4.4.14/drivers/xen/events/
H A Devents_2l.c76 return sync_test_and_set_bit(port, BM(&s->evtchn_mask[0])); evtchn_2l_test_and_set_mask()
128 !sync_test_and_set_bit(port / BITS_PER_EVTCHN_WORD, evtchn_2l_unmask()
H A Devents_fifo.c215 return sync_test_and_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); evtchn_fifo_test_and_set_mask()
/linux-4.4.14/drivers/net/hyperv/
H A Dnetvsc.c694 prev_val = sync_test_and_set_bit(index, &map_addr[i]); netvsc_get_next_send_section()

Completed in 315 milliseconds