Searched refs:this_cpu_xchg (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/shared/linux/ |
| H A D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
| /linux/include/net/ |
| H A D | proto_memory.h | 55 int val = this_cpu_xchg(*proto->per_cpu_fw_alloc, 0); in proto_memory_pcpu_drain()
|
| /linux/kernel/ |
| H A D | scs.c | 37 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
|
| H A D | fork.c | 289 vm_area = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | this_cpu_ops.rst | 52 this_cpu_xchg(pcp, nval)
|
| /linux/include/linux/ |
| H A D | percpu-defs.h | 505 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
| /linux/mm/ |
| H A D | vmstat.c | 827 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 882 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
| H A D | memcontrol.c | 591 stats_updates = this_cpu_xchg(statc_pcpu->stats_updates, 0); in memcg_rstat_updated()
|
| /linux/arch/s390/kernel/ |
| H A D | smp.c | 491 bits = this_cpu_xchg(pcpu_devices.ec_mask, 0); in smp_handle_ext_call()
|
| /linux/Documentation/core-api/ |
| H A D | this_cpu_ops.rst | 54 this_cpu_xchg(pcp, nval)
|
| /linux/kernel/printk/ |
| H A D | printk.c | 4490 int pending = this_cpu_xchg(printk_pending, 0); in wake_up_klogd_work_func()
|