Home
last modified time | relevance | path

Searched refs:try_cmpxchg (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/bpf/
A Dbpf_atomic.h49 #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