Searched refs:_atomic_andn (Results 1 – 2 of 2) sorted by relevance
23 unsigned long _atomic_andn(volatile unsigned long *p, unsigned long mask);57 _atomic_andn(addr + BIT_WORD(nr), BIT_MASK(nr)); in clear_bit()104 return (_atomic_andn(addr, mask) & mask) != 0; in test_and_clear_bit()
103 unsigned long _atomic_andn(volatile unsigned long *p, unsigned long mask) in _atomic_andn() function107 EXPORT_SYMBOL(_atomic_andn);