Searched refs:_atomic_andn (Results 1 – 2 of 2) sorted by relevance
24 unsigned long _atomic_andn(volatile unsigned long *p, unsigned long mask);58 _atomic_andn(addr + BIT_WORD(nr), BIT_MASK(nr)); in clear_bit()105 return (_atomic_andn(addr, mask) & mask) != 0; in test_and_clear_bit()
150 unsigned long _atomic_andn(volatile unsigned long *p, unsigned long mask) in _atomic_andn() function154 EXPORT_SYMBOL(_atomic_andn);