Searched refs:atomic_long_try_cmpxchg_release (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/kernel/locking/ |
H A D | mutex.c | 181 return atomic_long_try_cmpxchg_release(&lock->owner, &curr, 0UL); in __mutex_unlock_fast() 246 if (atomic_long_try_cmpxchg_release(&lock->owner, &owner, new)) in __mutex_handoff() 924 if (atomic_long_try_cmpxchg_release(&lock->owner, &owner, __owner_flags(owner))) { in __mutex_unlock_slowpath()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic-long.h | 447 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() function 941 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() function
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4428 * atomic_long_try_cmpxchg_release() - atomic compare and exchange with release ordering 4441 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() function
|
Completed in 8 milliseconds