Searched refs:this_cpu_xchg (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/tools/testing/radix-tree/linux/ |
D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
/linux-6.6.21/kernel/ |
D | scs.c | 37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
|
D | fork.c | 281 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|
/linux-6.6.21/Documentation/translations/zh_CN/core-api/ |
D | this_cpu_ops.rst | 52 this_cpu_xchg(pcp, nval)
|
/linux-6.6.21/include/linux/ |
D | percpu-defs.h | 495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
/linux-6.6.21/mm/ |
D | vmstat.c | 824 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 875 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
/linux-6.6.21/Documentation/core-api/ |
D | this_cpu_ops.rst | 54 this_cpu_xchg(pcp, nval)
|
/linux-6.6.21/kernel/printk/ |
D | printk.c | 3831 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
|