Searched defs:this_cpu_or_4 (Results 1 – 3 of 3) sorted by relevance
62 #define this_cpu_or_4(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) macro130 #define this_cpu_or_4(pcp, val) arch_this_cpu_to_op(pcp, val, "lao") macro
161 #define this_cpu_or_4(pcp, val) _percpu_or(pcp, val) macro
214 #define this_cpu_or_4(pcp, val) \ macro