Searched refs:sync_set_bit (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h17 #define sync_set_bit(nr, p) set_bit(nr, p) macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h16 #define sync_set_bit(nr, p) _set_bit(nr, p) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dsync_bitops.h19 * 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 Devents_2l.c64 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 Devents_fifo.c70 * 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 Dchannel.c47 sync_set_bit(channel->offermsg.child_relid & 31, vmbus_setevent()
54 sync_set_bit(channel->monitor_bit, vmbus_setevent()
H A Dconnection.c481 sync_set_bit(child_relid & 31, vmbus_set_event()

Completed in 288 milliseconds