Home
last modified time | relevance | path

Searched defs:try_cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dbpf_atomic.h
/linux/tools/testing/selftests/bpf/libarena/include/
H A Dbpf_atomic.h62 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) macro