Searched refs:sync_clear_bit (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dsync_bitops.h19 #define sync_clear_bit(nr, p) clear_bit(nr, p) macro
/linux-master/arch/x86/include/asm/
H A Dsync_bitops.h41 * sync_clear_bit - Clears a bit in memory
45 * sync_clear_bit() is atomic and may not be reordered. However, it does
50 static inline void sync_clear_bit(long nr, volatile unsigned long *addr) function
/linux-master/arch/arm/include/asm/
H A Dsync_bitops.h22 #define sync_clear_bit(nr, p) _clear_bit(nr, p) macro
/linux-master/drivers/xen/events/
H A Devents_2l.c65 sync_clear_bit(port, BM(&s->evtchn_pending[0]));
107 sync_clear_bit(port, BM(&s->evtchn_mask[0]));
H A Devents_fifo.c197 sync_clear_bit(EVTCHN_FIFO_BIT(PENDING, word), BM(word));

Completed in 147 milliseconds