Lines Matching refs:this_cpu_generic_to_op
148 #define this_cpu_generic_to_op(pcp, val, op) \ macro
337 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
340 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
343 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
346 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
350 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
353 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
356 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
359 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
363 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
366 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
369 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
372 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
376 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
379 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
382 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
385 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=)