or_softirq_pending   18 arch/s390/include/asm/hardirq.h #define or_softirq_pending(x)  (S390_lowcore.softirq_pending |= (x))
or_softirq_pending  493 include/linux/interrupt.h #define or_softirq_pending(x)	(__this_cpu_or(local_softirq_pending_ref, (x)))