Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dcontext.c74 cntx = atomic_long_xchg_relaxed(&per_cpu(active_context, i), 0); in __flush_context()
/kernel/linux/linux-5.10/include/asm-generic/
H A Datomic-long.h405 atomic_long_xchg_relaxed(atomic_long_t *v, long i) in atomic_long_xchg_relaxed() function
899 atomic_long_xchg_relaxed(atomic_long_t *v, long i) in atomic_long_xchg_relaxed() function
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dcore.c184 return atomic_long_xchg_relaxed(watchpoint, CONSUMED_WATCHPOINT) != CONSUMED_WATCHPOINT; in consume_watchpoint()
/kernel/linux/linux-6.6/kernel/kcsan/
H A Dcore.c191 return atomic_long_xchg_relaxed(watchpoint, CONSUMED_WATCHPOINT) != CONSUMED_WATCHPOINT; in consume_watchpoint()
/kernel/linux/linux-6.6/include/linux/atomic/
H A Datomic-instrumented.h4289 * atomic_long_xchg_relaxed() - atomic exchange with relaxed ordering
4300 atomic_long_xchg_relaxed(atomic_long_t *v, long new) in atomic_long_xchg_relaxed() function

Completed in 11 milliseconds