Searched refs:this_cpu_cmpxchg (Results 1 – 6 of 6) 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 | 502 #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) 193 z = this_cpu_cmpxchg(p.m, 0, 1);
|