Home
last modified time | relevance | path

Searched refs:raw_atomic_long_andnot (Results 1 – 3 of 3) sorted by relevance

/linux/include/asm-generic/bitops/
H A Datomic.h25 raw_atomic_long_andnot(BIT_MASK(nr), (atomic_long_t *)p); in arch_clear_bit()
/linux/include/linux/atomic/
H A Datomic-long.h950 * raw_atomic_long_andnot() - atomic bitwise AND NOT with relaxed ordering
961 raw_atomic_long_andnot(long i, atomic_long_t *v) in raw_atomic_long_andnot() function
H A Datomic-instrumented.h3991 * Unsafe to use in noinstr code; use raw_atomic_long_andnot() there.
3999 raw_atomic_long_andnot(i, v); in atomic_long_andnot()