Searched refs:this_cpu_cmpxchg (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | this_cpu_ops.rst | 53 this_cpu_cmpxchg(pcp, oval, nval) 168 z = this_cpu_cmpxchg(p.m, 0, 1);
|
| /linux/tools/testing/shared/linux/ |
| H A D | percpu.h | 9 #define this_cpu_cmpxchg(var, old, new) uatomic_cmpxchg(&var, old, new) macro
|
| /linux/Documentation/features/locking/cmpxchg-local/ |
| H A D | arch-support.txt | 4 # description: arch supports the this_cpu_cmpxchg() API
|
| /linux/kernel/ |
| H A D | scs.c | 86 if (this_cpu_cmpxchg(scs_cache[i], 0, s) == NULL) in scs_free()
|
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 117 * Please note that we can not use this_cpu_cmpxchg() here as on some in css_rstat_updated()
|