Home
last modified time | relevance | path

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

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