Searched refs:try_cmpxchg_acquire (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dobjpool.c169 } while (!try_cmpxchg_acquire(&slot->tail, &tail, tail + 1));
/linux-master/kernel/locking/
H A Drtmutex.c218 return try_cmpxchg_acquire(&lock->owner, &old, new);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4883 #define try_cmpxchg_acquire(ptr, oldp, ...) \ macro

Completed in 133 milliseconds