Home
last modified time | relevance | path

Searched refs:atomic_long_xchg_relaxed (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/riscv/mm/
Dcontext.c74 cntx = atomic_long_xchg_relaxed(&per_cpu(active_context, i), 0); in __flush_context()
/linux-6.6.21/kernel/kcsan/
Dcore.c191 return atomic_long_xchg_relaxed(watchpoint, CONSUMED_WATCHPOINT) != CONSUMED_WATCHPOINT; in consume_watchpoint()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h4300 atomic_long_xchg_relaxed(atomic_long_t *v, long new) in atomic_long_xchg_relaxed() function