Searched refs:this_cpu_xchg (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/tools/testing/radix-tree/linux/ |
D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
/Linux-v4.19/lib/ |
D | idr.c | 408 bitmap = this_cpu_xchg(ida_bitmap, NULL); in ida_get_new_above() 439 bitmap = this_cpu_xchg(ida_bitmap, NULL); in ida_get_new_above()
|
/Linux-v4.19/mm/ |
D | vmstat.c | 762 v = this_cpu_xchg(p->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 777 v = this_cpu_xchg(p->vm_numa_stat_diff[i], 0); in refresh_cpu_vm_stats() 824 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
D | memcontrol.c | 2078 x = this_cpu_xchg(memcg->stat_cpu->count[i], 0); in memcg_hotplug_cpu_dead() 2089 x = this_cpu_xchg(pn->lruvec_stat_cpu->count[i], 0); in memcg_hotplug_cpu_dead() 2098 x = this_cpu_xchg(memcg->stat_cpu->events[i], 0); in memcg_hotplug_cpu_dead()
|
/Linux-v4.19/include/linux/ |
D | percpu-defs.h | 515 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
/Linux-v4.19/Documentation/ |
D | this_cpu_ops.txt | 54 this_cpu_xchg(pcp, nval)
|
/Linux-v4.19/kernel/ |
D | fork.c | 214 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|