Searched refs:atomic64_cmpxchg_relaxed (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dasid.h67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu),
/linux-master/arch/arm64/kvm/
H A Dvmid.c158 0 != atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_vmids),
/linux-master/arch/arm64/mm/
H A Dcontext.c242 atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids),
/linux-master/kernel/futex/
H A Dcore.c187 old = atomic64_cmpxchg_relaxed(&inode->i_sequence, 0, new);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2819 * atomic64_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering
2832 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) function

Completed in 150 milliseconds