/linux-6.12.1/include/asm-generic/ |
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 …]
|
/linux-6.12.1/arch/x86/include/asm/ |
D | percpu.h | 397 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, , pcp, ovalp, n… argument 398 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg64_op(8, volatile, pcp, ovalp, n… argument 406 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, , pcp, ovalp, nva… argument 407 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) percpu_try_cmpxchg_op(8, volatile, pcp, ovalp, nva… argument 467 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, , pcp, ovalp,… argument 468 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) percpu_try_cmpxchg128_op(16, volatile, pcp, ovalp… argument 522 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, , pcp, ovalp, nval) argument 523 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) percpu_try_cmpxchg_op(2, , pcp, ovalp, nval) argument 524 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) percpu_try_cmpxchg_op(4, , pcp, ovalp, nval) argument 532 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) percpu_try_cmpxchg_op(1, volatile, pcp, ovalp, nva… argument [all …]
|
/linux-6.12.1/include/linux/ |
D | percpu-defs.h | 417 #define raw_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 478 #define __this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument 504 #define this_cpu_try_cmpxchg(pcp, ovalp, nval) \ argument
|