Searched defs:ovalp (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | percpu.h | 92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 181 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 294 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument 297 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument 303 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument 306 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument 312 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument 315 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument 321 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument [all …]
|
/openbmc/linux/include/linux/ |
H A D | percpu-defs.h | 417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 498 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|