Lines Matching refs:ovalp

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)
297 #define raw_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
298 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
303 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
304 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_2)
306 #define raw_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
307 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
312 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
313 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_4)
315 #define raw_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
316 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
321 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
322 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg_8)
324 #define raw_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
325 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
331 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
332 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg64)
334 #define raw_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
335 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
340 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
341 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, raw_cpu_cmpxchg128)
343 #define raw_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
344 raw_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
467 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
468 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_1)
470 #define this_cpu_try_cmpxchg_1(pcp, ovalp, nval) \ argument
471 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
476 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
477 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_2)
479 #define this_cpu_try_cmpxchg_2(pcp, ovalp, nval) \ argument
480 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
485 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
486 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_4)
488 #define this_cpu_try_cmpxchg_4(pcp, ovalp, nval) \ argument
489 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
494 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
495 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg_8)
497 #define this_cpu_try_cmpxchg_8(pcp, ovalp, nval) \ argument
498 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
504 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
505 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg64)
507 #define this_cpu_try_cmpxchg64(pcp, ovalp, nval) \ argument
508 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)
513 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
514 __cpu_fallback_try_cmpxchg(pcp, ovalp, nval, this_cpu_cmpxchg128)
516 #define this_cpu_try_cmpxchg128(pcp, ovalp, nval) \ argument
517 this_cpu_generic_try_cmpxchg(pcp, ovalp, nval)