Searched refs:this_cpu_cmpxchg (Results 1 – 7 of 7) 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/include/linux/ |
| H A D | percpu-defs.h | 506 #define this_cpu_cmpxchg(pcp, oval, nval) \ macro
|
| /linux/Documentation/core-api/ |
| H A D | this_cpu_ops.rst | 55 this_cpu_cmpxchg(pcp, oval, nval) 203 z = this_cpu_cmpxchg(p.m, 0, 1);
|
| /linux/kernel/cgroup/ |
| H A D | rstat.c | 118 if (this_cpu_cmpxchg(rstatc_pcpu->lnode.next, self, NULL) != self) in css_rstat_updated()
|