Home
last modified time | relevance | path

Searched refs:raw_atomic_long_and (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/atomic/
H A Datomic-long.h845 * raw_atomic_long_and() - atomic bitwise AND with relaxed ordering
856 raw_atomic_long_and(long i, atomic_long_t *v) in raw_atomic_long_and() function
H A Datomic-instrumented.h3899 * Unsafe to use in noinstr code; use raw_atomic_long_and() there.
3907 raw_atomic_long_and(i, v); in atomic_long_and()