Searched refs:try_cmpxchg_relaxed (Results 1 - 3 of 3) sorted by path

/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4902 #define try_cmpxchg_relaxed(ptr, oldp, ...) \ macro
/linux-master/kernel/locking/
H A Dqspinlock_paravirt.h377 if (!try_cmpxchg_relaxed(&pn->state, &old, vcpu_hashed))
H A Drtmutex.c246 } while (!try_cmpxchg_relaxed(p, &owner, new));

Completed in 196 milliseconds