Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-long.h417 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() function
911 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() function
/kernel/linux/linux-5.10/kernel/locking/
H A Dmutex.c137 old = atomic_long_cmpxchg_acquire(&lock->owner, owner, curr | flags); in __mutex_trylock_or_owner()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h4327 * atomic_long_cmpxchg_acquire() - atomic compare and exchange with acquire ordering
4339 atomic_long_cmpxchg_acquire(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_acquire() function

Completed in 9 milliseconds