Searched refs:this_cpu_xchg (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/radix-tree/linux/ |
A D | percpu.h | 8 #define this_cpu_xchg(var, val) uatomic_xchg(&var, val) macro
|
/linux/kernel/ |
A D | scs.c | 33 s = this_cpu_xchg(scs_cache[i], NULL); in __scs_alloc()
|
A D | fork.c | 223 s = this_cpu_xchg(cached_stacks[i], NULL); in alloc_thread_stack_node()
|
/linux/include/linux/ |
A D | percpu-defs.h | 513 #define this_cpu_xchg(pcp, nval) __pcpu_size_call_return2(this_cpu_xchg_, pcp, nval) macro
|
/linux/mm/ |
A D | vmstat.c | 836 v = this_cpu_xchg(pzstats->vm_stat_diff[i], 0); in refresh_cpu_vm_stats() 887 v = this_cpu_xchg(p->vm_node_stat_diff[i], 0); in refresh_cpu_vm_stats()
|
/linux/Documentation/core-api/ |
A D | this_cpu_ops.rst | 54 this_cpu_xchg(pcp, nval)
|
Completed in 14 milliseconds