set_softirq_pending   17 arch/s390/include/asm/hardirq.h #define set_softirq_pending(x) (S390_lowcore.softirq_pending = (x))
set_softirq_pending  492 include/linux/interrupt.h #define set_softirq_pending(x)	(__this_cpu_write(local_softirq_pending_ref, (x)))