Searched refs:atomic64_xchg_relaxed (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/csky/mm/
H A Dasid.c33 asid = atomic64_xchg_relaxed(&active_asid(info, i), 0);
/linux-master/arch/arm64/kvm/
H A Dvmid.c53 vmid = atomic64_xchg_relaxed(&per_cpu(active_vmids, cpu), 0);
/linux-master/arch/arm64/mm/
H A Dcontext.c113 asid = atomic64_xchg_relaxed(&per_cpu(active_asids, i), 0);
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h2739 * atomic64_xchg_relaxed() - atomic exchange with relaxed ordering
2750 atomic64_xchg_relaxed(atomic64_t *v, s64 new) function

Completed in 110 milliseconds