Searched refs:sync_clear_bit (Results 1 - 6 of 6) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | sync_bitops.h | 38 * sync_clear_bit - Clears a bit in memory 42 * sync_clear_bit() is atomic and may not be reordered. However, it does 47 static inline void sync_clear_bit(long nr, volatile unsigned long *addr) sync_clear_bit() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | sync_bitops.h | 18 #define sync_clear_bit(nr, p) clear_bit(nr, p) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | sync_bitops.h | 17 #define sync_clear_bit(nr, p) _clear_bit(nr, p) macro
|
/linux-4.4.14/drivers/xen/events/ |
H A D | events_2l.c | 58 sync_clear_bit(port, BM(&s->evtchn_pending[0])); evtchn_2l_clear_pending() 104 sync_clear_bit(port, BM(&s->evtchn_mask[0])); evtchn_2l_unmask()
|
H A D | events_fifo.c | 197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word)); evtchn_fifo_clear_pending()
|
/linux-4.4.14/arch/x86/xen/ |
H A D | spinlock.c | 52 * The sync_clear_bit() call in xen_clear_irq_pending() is atomic. xen_qlock_wait()
|
Completed in 227 milliseconds