Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dbpf_atomic.h58 #define try_cmpxchg_relaxed(p, pold, new) try_cmpxchg(p, pold, new) macro
135 try_cmpxchg_relaxed(&(p)->counter, pold, new)
/linux/kernel/locking/
H A Dqspinlock_paravirt.h377 if (!try_cmpxchg_relaxed(&pn->state, &old, VCPU_HASHED)) in pv_kick_node()
H A Drtmutex.c249 } while (!try_cmpxchg_relaxed(p, &owner, new)); in mark_rt_mutex_waiters()
/linux/include/linux/atomic/
H A Datomic-instrumented.h4902 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ macro
/linux/fs/
H A Dbuffer.c1611 } while (!try_cmpxchg_relaxed(&bh->b_state, &b_state, in discard_buffer()