Searched refs:or_softirq_pending (Results 1 – 5 of 5) sorted by relevance
29 #define or_softirq_pending(x) __this_cpu_or(irq_stat.__softirq_pending, (x)) macro
42 #define or_softirq_pending(x) this_cpu_or(irq_stat.__softirq_pending, (x)) macro
57 #define or_softirq_pending(x) this_cpu_or(irq_stat.__softirq_pending, (x)) macro
389 #define or_softirq_pending(x) (local_softirq_pending() |= (x)) macro
430 or_softirq_pending(1UL << nr); in __raise_softirq_irqoff()