Home
last modified time | relevance | path

Searched refs:atomic64_cmpxchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/arch/csky/include/asm/
Dasid.h67 atomic64_cmpxchg_relaxed(&active_asid(info, cpu), in asid_check_context()
/Linux-v5.15/arch/arm64/mm/
Dcontext.c242 atomic64_cmpxchg_relaxed(this_cpu_ptr(&active_asids), in check_and_switch_context()
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h1072 atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new) in atomic64_cmpxchg_relaxed() function
/Linux-v5.15/kernel/
Dfutex.c508 old = atomic64_cmpxchg_relaxed(&inode->i_sequence, 0, new); in get_inode_sequence_number()