Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/
Dbpf_atomic.h60 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) macro
/linux-6.15/include/linux/atomic/
Datomic-instrumented.h4883 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro