Searched refs:ovalp (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/include/asm-generic/ ! |
D | percpu.h | 92 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 94 typeof(pcp) __val, __old = *(ovalp); \ 97 *(ovalp) = __val; \ 101 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 104 typeof(pcp) __val = *__p, ___old = *(ovalp); \ 110 *(ovalp) = __val; \ 181 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 186 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \ 294 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument 295 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_1) [all …]
|
/linux-6.6.21/include/linux/ ! |
D | percpu-defs.h | 417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 418 __pcpu_size_call_return2bool(raw_cpu_try_cmpxchg_, pcp, ovalp, nval) 498 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 499 __pcpu_size_call_return2bool(this_cpu_try_cmpxchg_, pcp, ovalp, nval)
|