Searched refs:sync_test_and_set_bit (Results 1 – 6 of 6) sorted by relevance
| /linux-4.4.14/arch/arm/include/asm/ |
| 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/arm64/include/asm/ |
| 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/x86/include/asm/ |
| D | sync_bitops.h | 80 static inline int sync_test_and_set_bit(long nr, volatile unsigned long *addr) in sync_test_and_set_bit() function
|
| /linux-4.4.14/drivers/xen/events/ |
| D | events_2l.c | 76 return sync_test_and_set_bit(port, BM(&s->evtchn_mask[0])); in evtchn_2l_test_and_set_mask() 128 !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-4.4.14/drivers/net/hyperv/ |
| D | netvsc.c | 694 prev_val = sync_test_and_set_bit(index, &map_addr[i]); in netvsc_get_next_send_section()
|