Searched refs:try_cmpxchg (Results 1 – 1 of 1) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | bpf_atomic.h | 49 #define try_cmpxchg(p, pold, new) \ macro 58 #define try_cmpxchg_relaxed(p, pold, new) try_cmpxchg(p, pold, new) 60 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new)
|
Completed in 2 milliseconds