Searched refs:local_softirq_pending (Results 1 – 12 of 12) sorted by relevance
165 if (unlikely(!in_interrupt() && local_softirq_pending())) { in __local_bh_enable_ip()247 pending = local_softirq_pending(); in __do_softirq()288 pending = local_softirq_pending(); in __do_softirq()314 pending = local_softirq_pending(); in do_softirq()390 if (!in_interrupt() && local_softirq_pending()) in irq_exit()651 return local_softirq_pending(); in ksoftirqd_should_run()657 if (local_softirq_pending()) { in run_ksoftirqd()
12 #define local_softirq_pending() \ macro
15 #define local_softirq_pending() (local_cpu_data->softirq_pending) macro
15 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
25 #define local_softirq_pending() \ macro
386 #define set_softirq_pending(x) (local_softirq_pending() = (x))387 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
24 #define local_softirq_pending() __this_cpu_read(irq_stat.__softirq_pending) macro
36 #define local_softirq_pending() this_cpu_read(irq_stat.__softirq_pending) macro
47 #define local_softirq_pending() this_cpu_read(irq_stat.__softirq_pending) macro
761 if (unlikely(local_softirq_pending() && cpu_online(cpu))) { in can_stop_idle_tick()765 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { in can_stop_idle_tick()767 (unsigned int) local_softirq_pending()); in can_stop_idle_tick()
437 if (unlikely(local_softirq_pending())) in clamp_thread()
3443 if (local_softirq_pending()) in netif_rx_ni()