Searched refs:atomic64_cmpxchg_relaxed (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | asid.h | 67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu), in asid_check_context()
|
/kernel/linux/linux-6.6/arch/csky/include/asm/ |
H A D | asid.h | 67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu), in asid_check_context()
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | atomic.h | 404 static inline s64 atomic64_cmpxchg_relaxed(atomic64_t *ptr, s64 old, s64 new) in atomic64_cmpxchg_relaxed() function 425 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | vmid.c | 157 0 != atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_vmids), in kvm_arm_vmid_update()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | atomic-fallback.h | 2180 #define arch_atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed 2182 #ifndef atomic64_cmpxchg_relaxed 2185 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg macro 2186 #else /* atomic64_cmpxchg_relaxed */ 2192 s64 ret = atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_acquire() 2204 return atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg_release() 2215 ret = atomic64_cmpxchg_relaxed(v, old, new); in atomic64_cmpxchg() 2222 #endif /* atomic64_cmpxchg_relaxed */ 2280 r = atomic64_cmpxchg_relaxed(v, o, new); in atomic64_try_cmpxchg_relaxed()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | context.c | 242 atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids), in check_and_switch_context()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | context.c | 242 atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids), in check_and_switch_context()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic-instrumented.h | 1492 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed() function 1497 #define atomic64_cmpxchg_relaxed atomic64_cmpxchg_relaxed macro
|
H A D | atomic-long.h | 431 return atomic64_cmpxchg_relaxed(v, old, new); in atomic_long_cmpxchg_relaxed()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | atomic.h | 503 #define atomic64_cmpxchg_relaxed(v, o, n) \ macro
|
/kernel/linux/linux-6.6/kernel/futex/ |
H A D | core.c | 186 old = atomic64_cmpxchg_relaxed(&inode->i_sequence, 0, new); in get_inode_sequence_number()
|
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 452 old = atomic64_cmpxchg_relaxed(&inode->i_sequence, 0, new); in get_inode_sequence_number()
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 2802 * atomic64_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering 2814 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed() function
|
Completed in 21 milliseconds