Home
last modified time | relevance | path

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

/Linux-v4.19/include/asm-generic/
Datomic-long.h99 #define atomic_long_try_cmpxchg_acquire(l, old, new) \ macro
/Linux-v4.19/kernel/locking/
Dmutex.c144 if (atomic_long_try_cmpxchg_acquire(&lock->owner, &zero, curr)) in __mutex_trylock_fast()