Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/radix-tree/linux/
Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/Linux-v4.19/lib/
Didr.c408 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/
Dvmstat.c762 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()
Dmemcontrol.c2078 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/
Dpercpu-defs.h515 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/Linux-v4.19/Documentation/
Dthis_cpu_ops.txt54 this_cpu_xchg(pcp, nval)
/Linux-v4.19/kernel/
Dfork.c214 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()