Searched refs:or_softirq_pending (Results 1 – 3 of 3) sorted by relevance
18 #define or_softirq_pending(x) (S390_lowcore.softirq_pending |= (x)) macro
495 #define or_softirq_pending(x) (__this_cpu_or(local_softirq_pending_ref, (x))) macro
700 or_softirq_pending(1UL << nr); in __raise_softirq_irqoff()
Completed in 7 milliseconds