Home
last modified time | relevance | path

Searched refs:atomic_try_cmpxchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Drefcount.h157 } while (!atomic_try_cmpxchg_relaxed(&r->refs, &old, old + i)); in __refcount_add_not_zero()
/linux-6.6.21/kernel/locking/
Dqspinlock.c539 if (atomic_try_cmpxchg_relaxed(&lock->val, &val, _Q_LOCKED_VAL)) in queued_spin_lock_slowpath()
/linux-6.6.21/fs/afs/
Dcell.c739 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h1335 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function