Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/radix-tree/linux/
Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/Linux-v5.4/mm/
Dvmstat.c763 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()
Dmemcontrol.c2308 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/
Dpercpu-defs.h514 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/Linux-v5.4/Documentation/
Dthis_cpu_ops.txt54 this_cpu_xchg(pcp, nval)
/Linux-v5.4/kernel/
Dfork.c222 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()