Home
last modified time | relevance | path

Searched refs:atomic_xchg_relaxed (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dratelimit.h37 return atomic_xchg_relaxed(&rs->missed, 0); in ratelimit_state_reset_miss()
/linux/tools/memory-model/Documentation/
H A Dherd-representation.txt83 | atomic_xchg_relaxed | |
H A Dordering.txt105 atomic_xchg_relaxed(). Similarly, value-returning non-RMW atomic
/linux/tools/memory-model/
H A Dlinux-kernel.def127 atomic_xchg_relaxed(X,V) __xchg{ONCE}(X,V)
/linux/include/linux/atomic/
H A Datomic-instrumented.h1161 * atomic_xchg_relaxed() - atomic exchange with relaxed ordering
1172 atomic_xchg_relaxed(atomic_t *v, int new) in atomic_xchg_relaxed() function