Searched refs:this_cpu_xchg (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/radix-tree/linux/ |
| D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
| /Linux-v5.4/mm/ |
| D | vmstat.c | 763 v = this_cpu_xchg(p->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 778 v = this_cpu_xchg(p->vm_numa_stat_diff[i], 0); in refresh_cpu_vm_stats() 825 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
| D | memcontrol.c | 2308 x = this_cpu_xchg(memcg->vmstats_percpu->stat[i], 0); in memcg_hotplug_cpu_dead() 2320 x = this_cpu_xchg(pn->lruvec_stat_cpu->count[i], 0); in memcg_hotplug_cpu_dead() 2331 x = this_cpu_xchg(memcg->vmstats_percpu->events[i], 0); in memcg_hotplug_cpu_dead()
|
| /Linux-v5.4/include/linux/ |
| D | percpu-defs.h | 514 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
| /Linux-v5.4/Documentation/ |
| D | this_cpu_ops.txt | 54 this_cpu_xchg(pcp, nval)
|
| /Linux-v5.4/kernel/ |
| D | fork.c | 222 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|