Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/radix-tree/linux/
H A Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/OK3568_Linux_fs/kernel/kernel/
H A Dscs.c33 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
H A Dfork.c229 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
/OK3568_Linux_fs/kernel/mm/
H A Dvmstat.c777 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 Dmemcontrol.c2424 x = this_cpu_xchg(memcg->vmstats_percpu->stat[i], 0); in memcg_hotplug_cpu_dead()
2436 x = this_cpu_xchg(pn->lruvec_stat_cpu->count[i], 0); in memcg_hotplug_cpu_dead()
2447 x = this_cpu_xchg(memcg->vmstats_percpu->events[i], 0); in memcg_hotplug_cpu_dead()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dthis_cpu_ops.rst54 this_cpu_xchg(pcp, nval)