Home
last modified time | relevance | path

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

/linux/tools/testing/shared/linux/
H A Dpercpu.h8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
/linux/kernel/
H A Dscs.c37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
H A Dfork.c229 vm_area = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node_from_cache()
/linux/Documentation/translations/zh_CN/core-api/
H A Dthis_cpu_ops.rst52 this_cpu_xchg(pcp, nval)
/linux/mm/
H A Dvmstat.c830 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats()
886 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
H A Dmemcontrol.c592 stats_updates = this_cpu_xchg(statc_pcpu->stats_updates, 0); in memcg_rstat_updated()
/linux/kernel/printk/
H A Dprintk.c4561 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()