Searched refs:try_cmpxchg64_relaxed (Results 1 – 2 of 2) sorted by relevance
/linux/lib/ | ||
H A D | lockref.c | 19 if (likely(try_cmpxchg64_relaxed(&lockref->lock_count, \ |
/linux/include/linux/atomic/ | ||
H A D | atomic-instrumented.h | 4940 #define try_cmpxchg64_relaxed(ptr, oldp, ...) \ macro |