Lines Matching refs:ovalp

105 #define __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, _cmpxchg)		\  argument
107 TYPEOF_UNQUAL(pcp) __val, __old = *(ovalp); \
110 *(ovalp) = __val; \
114 #define raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
117 TYPEOF_UNQUAL(pcp) __val = *__p, ___old = *(ovalp); \
123 *(ovalp) = __val; \
194 #define this_cpu_generic_try_cmpxchg(pcp, ovalp, nval) \ argument
199 __ret = raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval); \
307 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
308 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_1)
310 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
311 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
316 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
317 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_2)
319 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
320 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
325 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
326 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_4)
328 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
329 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
334 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
335 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_8)
337 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
338 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
344 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
345 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg64)
347 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
348 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
353 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
354 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg128)
356 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
357 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
480 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
481 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_1)
483 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
484 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
489 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
490 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_2)
492 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
493 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
498 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
499 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_4)
501 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
502 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
507 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
508 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_8)
510 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
511 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
517 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
518 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg64)
520 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
521 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
526 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
527 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg128)
529 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
530 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)