Searched refs:atomic_try_cmpxchg_relaxed (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | atomic-fallback.h | 1003 #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 D | refcount.h | 157 } while (!atomic_try_cmpxchg_relaxed(&r->refs, &old, old + i)); in __refcount_add_not_zero()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | refcount.h | 157 } while (!atomic_try_cmpxchg_relaxed(&r->refs, &old, old + i)); in __refcount_add_not_zero()
|
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | qspinlock.c | 536 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 D | qspinlock.c | 539 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 D | atomic-instrumented.h | 725 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 D | atomic-long.h | 949 return atomic_try_cmpxchg_relaxed(v, (int *)old, new); in atomic_long_try_cmpxchg_relaxed()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | cell.c | 752 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | cell.c | 739 if (atomic_try_cmpxchg_relaxed(&cell->active, &active, 0)) { in afs_manage_cell()
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 1322 * 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 22 milliseconds