Home
last modified time | relevance | path

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

/Linux-v5.4/include/asm-generic/
Datomic-long.h416 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() function
910 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() function
/Linux-v5.4/kernel/locking/
Dmutex.c137 old = atomic_long_cmpxchg_acquire(&lock->owner, owner, curr | flags); in __mutex_trylock_or_owner()