Searched refs:this_cpu_xchg (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/radix-tree/linux/ |
H A D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/linux/ |
H A D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
/kernel/linux/linux-6.6/kernel/ |
H A D | scs.c | 37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
|
H A D | fork.c | 284 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | percpu-defs.h | 513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | percpu-defs.h | 495 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
/kernel/linux/linux-5.10/mm/ |
H A D | vmstat.c | 777 v = this_cpu_xchg(p->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 792 v = this_cpu_xchg(p->vm_numa_stat_diff[i], 0); in refresh_cpu_vm_stats() 839 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
H A D | memcontrol.c | 2420 x = this_cpu_xchg(memcg->vmstats_percpu->stat[i], 0); in memcg_hotplug_cpu_dead() 2432 x = this_cpu_xchg(pn->lruvec_stat_cpu->count[i], 0); in memcg_hotplug_cpu_dead() 2443 x = this_cpu_xchg(memcg->vmstats_percpu->events[i], 0); in memcg_hotplug_cpu_dead()
|
/kernel/linux/linux-6.6/mm/ |
H A 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()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 229 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|
/kernel/linux/linux-6.6/kernel/printk/ |
H A D | printk.c | 3875 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
|
Completed in 28 milliseconds