Searched refs:sync_set_bit (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | sync_bitops.h | 17 #define sync_set_bit(nr, p) set_bit(nr, p) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | sync_bitops.h | 16 #define sync_set_bit(nr, p) _set_bit(nr, p) macro
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | sync_bitops.h | 19 * sync_set_bit - Atomically set a bit in memory 29 static inline void sync_set_bit(long nr, volatile unsigned long *addr) sync_set_bit() function
|
/linux-4.4.14/drivers/xen/events/ |
H A D | events_2l.c | 64 sync_set_bit(port, BM(&s->evtchn_pending[0])); evtchn_2l_set_pending() 82 sync_set_bit(port, BM(&s->evtchn_mask[0])); evtchn_2l_mask() 108 sync_set_bit(port, BM(&s->evtchn_mask[0])); evtchn_2l_unmask()
|
H A D | events_fifo.c | 70 * sync_set_bit() and friends must be unsigned long aligned. 203 sync_set_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); evtchn_fifo_set_pending() 221 sync_set_bit(EVTCHN_FIFO_BIT(MASKED, word), BM(word)); evtchn_fifo_mask()
|
/linux-4.4.14/drivers/hv/ |
H A D | channel.c | 47 sync_set_bit(channel->offermsg.child_relid & 31, vmbus_setevent() 54 sync_set_bit(channel->monitor_bit, vmbus_setevent()
|
H A D | connection.c | 481 sync_set_bit(child_relid & 31, vmbus_set_event()
|
Completed in 288 milliseconds