local_softirq_pending  367 include/linux/interrupt.h #define set_softirq_pending(x) (local_softirq_pending() = (x))
local_softirq_pending  368 include/linux/interrupt.h #define or_softirq_pending(x)  (local_softirq_pending() |= (x))