Home
last modified time | relevance | path

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

/openbmc/linux/include/asm-generic/
H A Dpercpu.h152 #define this_cpu_generic_to_op(pcp, val, op) \ macro
401 #define this_cpu_add_1(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
404 #define this_cpu_add_2(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
407 #define this_cpu_add_4(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
410 #define this_cpu_add_8(pcp, val) this_cpu_generic_to_op(pcp, val, +=)
414 #define this_cpu_and_1(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
417 #define this_cpu_and_2(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
420 #define this_cpu_and_4(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
423 #define this_cpu_and_8(pcp, val) this_cpu_generic_to_op(pcp, val, &=)
427 #define this_cpu_or_1(pcp, val) this_cpu_generic_to_op(pcp, val, |=)
[all …]