Searched refs:this_cpu_or (Results 1 – 6 of 6) sorted by relevance
42 #define or_softirq_pending(x) this_cpu_or(irq_stat.__softirq_pending, (x))
53 #define or_softirq_pending(x) this_cpu_or(irq_stat.__softirq_pending, (x))
189 this_cpu_or(interrupts_enabled_mask, (1ULL << (interrupt)))
500 #define this_cpu_or(pcp, val) __pcpu_size_call(this_cpu_or_, pcp, val) macro
48 this_cpu_or(pcp, val)
2662 this_cpu_or(printk_pending, PRINTK_PENDING_WAKEUP); in wake_up_klogd()