Searched refs:atomic_long_cmpxchg_release (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | mutex.c | 181 if (atomic_long_cmpxchg_release(&lock->owner, curr, 0UL) == curr) in __mutex_unlock_fast() 251 old = atomic_long_cmpxchg_release(&lock->owner, owner, new); in __mutex_handoff() 1255 old = atomic_long_cmpxchg_release(&lock->owner, owner, in __mutex_unlock_slowpath()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic-long.h | 423 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() function 917 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() function
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4346 * atomic_long_cmpxchg_release() - atomic compare and exchange with release ordering 4358 atomic_long_cmpxchg_release(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_release() function
|
Completed in 9 milliseconds