Searched refs:this_cpu_generic_to_op (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/include/asm-generic/
H A Dpercpu.h117 #define this_cpu_generic_to_op(pcp, val, op) \ macro
309 #define this_cpu_write_1(pcp, val) this_cpu_generic_to_op(pcp, val, =)
312 #define this_cpu_write_2(pcp, val) this_cpu_generic_to_op(pcp, val, =)
315 #define this_cpu_write_4(pcp, val) this_cpu_generic_to_op(pcp, val, =)
318 #define this_cpu_write_8(pcp, val) this_cpu_generic_to_op(pcp, val, =)
322 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
325 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
328 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
331 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
335 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
338 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
341 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
344 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
348 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
351 #define this_cpu_or_2(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
354 #define this_cpu_or_4(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
357 #define this_cpu_or_8(pcp, val) this_cpu_generic_to_op(pcp, val, |=)

Completed in 36 milliseconds