Searched refs:atomic_long_try_cmpxchg_release (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/locking/ |
| H A D | mutex.c | 166 return atomic_long_try_cmpxchg_release(&lock->owner, &curr, 0UL); in __mutex_unlock_fast() 237 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()
|
| /linux-6.15/kernel/printk/ |
| H A D | printk_ringbuffer.c | 1551 if (!atomic_long_try_cmpxchg_release(&desc_ring->last_finalized_seq, in desc_update_last_finalized()
|
| /linux-6.15/fs/ |
| H A D | file.c | 81 if (!atomic_long_try_cmpxchg_release(&ref->refcnt, &cnt, FILE_REF_DEAD)) in __file_ref_put()
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 4476 atomic_long_try_cmpxchg_release(atomic_long_t *v, long *old, long new) in atomic_long_try_cmpxchg_release() function
|