Searched defs:try_cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/bpf/ | ||
| H A D | bpf_atomic.h | |
| /linux/tools/testing/selftests/bpf/libarena/include/ | ||
| H A D | bpf_atomic.h | 62 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) macro |