Searched refs:try_cmpxchg_relaxed (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_atomic.h | 58 #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 D | qspinlock_paravirt.h | 377 if (!try_cmpxchg_relaxed(&pn->state, &old, VCPU_HASHED)) in pv_kick_node()
|
H A D | rtmutex.c | 249 } while (!try_cmpxchg_relaxed(p, &owner, new)); in mark_rt_mutex_waiters()
|
/linux/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4902 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ macro
|
/linux/fs/ |
H A D | buffer.c | 1611 } while (!try_cmpxchg_relaxed(&bh->b_state, &b_state, in discard_buffer()
|