Home
last modified time | relevance | path

Searched refs:atomic_try_cmpxchg_relaxed (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Datomic-fallback.h1003 #define arch_atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed
1005 #ifndef atomic_try_cmpxchg_relaxed
1009 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg macro
1051 #ifndef atomic_try_cmpxchg_relaxed
1053 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function
1061 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
1064 #else /* atomic_try_cmpxchg_relaxed */
1070 bool ret = atomic_try_cmpxchg_relaxed(v, old, new); in atomic_try_cmpxchg_acquire()
1082 return atomic_try_cmpxchg_relaxed( in atomic_try_cmpxchg_release()
[all...]
H A Drefcount.h157 } while (!atomic_try_cmpxchg_relaxed(&r->refs, &old, old + i)); in __refcount_add_not_zero()
/kernel/linux/linux-6.6/include/linux/
H A Drefcount.h157 } while (!atomic_try_cmpxchg_relaxed(&r->refs, &old, old + i)); in __refcount_add_not_zero()
/kernel/linux/linux-5.10/kernel/locking/
H A Dqspinlock.c536 if (atomic_try_cmpxchg_relaxed(&lock->val, &val, _Q_LOCKED_VAL)) in queued_spin_lock_slowpath()
/kernel/linux/linux-6.6/kernel/locking/
H A Dqspinlock.c539 if (atomic_try_cmpxchg_relaxed(&lock->val, &val, _Q_LOCKED_VAL)) in queued_spin_lock_slowpath()
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-instrumented.h725 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function
731 #define atomic_try_cmpxchg_relaxed atomic_try_cmpxchg_relaxed macro
H A Datomic-long.h949 return atomic_try_cmpxchg_relaxed(v, (int *)old, new); in atomic_long_try_cmpxchg_relaxed()
/kernel/linux/linux-5.10/fs/afs/
H A Dcell.c752 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
/kernel/linux/linux-6.6/fs/afs/
H A Dcell.c739 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h1322 * atomic_try_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
1335 atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new) in atomic_try_cmpxchg_relaxed() function

Completed in 16 milliseconds