Searched refs:__this_cpu_or (Results 1 – 4 of 4) sorted by relevance
443 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x)))
469 #define __this_cpu_or(pcp, val) \ macro
241 __this_cpu_or(pcp, val)
2902 __this_cpu_or(printk_pending, PRINTK_PENDING_OUTPUT); in defer_console_output()