Home
last modified time | relevance | path

Searched refs:this_cpu_xchg (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/testing/radix-tree/linux/
Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/linux-5.19.10/kernel/
Dscs.c33 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
Dfork.c284 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
/linux-5.19.10/include/linux/
Dpercpu-defs.h513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/linux-5.19.10/mm/
Dvmstat.c837 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats()
888 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
/linux-5.19.10/Documentation/core-api/
Dthis_cpu_ops.rst54 this_cpu_xchg(pcp, nval)
/linux-5.19.10/kernel/printk/
Dprintk.c3457 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()