/linux-6.15/include/asm-generic/ |
D | percpu.h | 105 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg) \ argument 114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 194 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument 307 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument 310 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument 316 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument 319 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument 325 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument 328 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument 334 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument [all …]
|
/linux-6.15/arch/x86/include/asm/ |
D | percpu.h | 381 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument 382 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument 390 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument 391 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument 450 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp,… argument 451 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp… argument 505 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, , pcp, ovalp, nval) argument 506 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, , pcp, ovalp, nval) argument 507 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) argument 515 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, volatile, pcp, ovalp, nva… argument [all …]
|
/linux-6.15/include/linux/ |
D | percpu-defs.h | 420 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 481 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 507 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|