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 D | sync_bitops.h | 20 #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 D | sync_bitops.h | 19 #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 D | sync_bitops.h | 73 * 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 D | events_2l.c | 76 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 D | events_fifo.c | 215 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 D | netvsc.c | 694 prev_val = sync_test_and_set_bit(index, &map_addr[i]); netvsc_get_next_send_section()
|
Completed in 268 milliseconds