Lines Matching refs:this_cpu_generic_to_op
144 #define this_cpu_generic_to_op(pcp, val, op) \ macro
333 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
336 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
339 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
342 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
346 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
349 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
352 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
355 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
359 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
362 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
365 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
368 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
372 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
375 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
378 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
381 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=)