Searched defs:try_cmpxchg_acquire (Results 1 – 2 of 2) sorted by relevance
60 #define try_cmpxchg_acquire(p, pold, new) try_cmpxchg(p, pold, new) macro
4883 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro