Searched refs:try_cmpxchg_relaxed (Results 1 – 3 of 3) 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()
|
| /linux/fs/ |
| H A D | buffer.c | 1611 } while (!try_cmpxchg_relaxed(&bh->b_state, &b_state, in discard_buffer()
|