Searched refs:atomic_long_cmpxchg_relaxed (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/mm/ |
H A D | context.c | 172 atomic_long_cmpxchg_relaxed(&per_cpu(active_context, cpu), in set_mm_asid()
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | atomic-long.h | 429 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed() function 923 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed() function
|
/kernel/linux/linux-5.10/kernel/printk/ |
H A D | printk_ringbuffer.c | 548 atomic_long_cmpxchg_relaxed(state_var, val_finalized, in desc_make_reusable() 1451 atomic_long_cmpxchg_relaxed(&d->state_var, prev_state_val, in desc_make_final()
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk_ringbuffer.c | 551 atomic_long_cmpxchg_relaxed(state_var, val_finalized, in desc_make_reusable() 1453 atomic_long_cmpxchg_relaxed(&d->state_var, prev_state_val, in desc_make_final()
|
/kernel/linux/linux-6.6/include/linux/atomic/ |
H A D | atomic-instrumented.h | 4366 * atomic_long_cmpxchg_relaxed() - atomic compare and exchange with relaxed ordering 4378 atomic_long_cmpxchg_relaxed(atomic_long_t *v, long old, long new) in atomic_long_cmpxchg_relaxed() function
|
Completed in 12 milliseconds