Searched refs:atomic_xchg_relaxed (Results 1 – 5 of 5) sorted by relevance
37 return atomic_xchg_relaxed(&rs->missed, 0); in ratelimit_state_reset_miss()
83 | atomic_xchg_relaxed | |
105 atomic_xchg_relaxed(). Similarly, value-returning non-RMW atomic
127 atomic_xchg_relaxed(X,V) __xchg{ONCE}(X,V)
1161 * atomic_xchg_relaxed() - atomic exchange with relaxed ordering1172 atomic_xchg_relaxed(atomic_t *v, int new) in atomic_xchg_relaxed() function