Lines Matching refs:this_cpu_generic_to_op
165 #define this_cpu_generic_to_op(pcp, val, op) \ macro
401 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
404 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
407 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
410 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
414 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
417 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
420 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
423 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
427 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
430 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
433 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
436 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
440 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
443 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
446 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
449 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=)