Searched refs:local_softirq_pending (Results 1 – 6 of 6) sorted by relevance
238 pending = local_softirq_pending(); in __local_bh_enable_ip()378 if (unlikely(!in_interrupt() && local_softirq_pending())) { in __local_bh_enable_ip()422 if (ksoftirqd_running(local_softirq_pending())) in invoke_softirq()456 pending = local_softirq_pending(); in do_softirq()532 pending = local_softirq_pending(); in __do_softirq()576 pending = local_softirq_pending(); in __do_softirq()636 if (!in_interrupt() && local_softirq_pending()) in __irq_exit_rcu()910 return local_softirq_pending(); in ksoftirqd_should_run()916 if (local_softirq_pending()) { in run_ksoftirqd()
695 if (local_softirq_pending()) in flush_smp_call_function_from_idle()
16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
766 return local_softirq_pending() & BIT(TIMER_SOFTIRQ); in local_timer_softirq_pending()1013 if (unlikely(local_softirq_pending())) { in can_stop_idle_tick()1017 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { in can_stop_idle_tick()1019 (unsigned int) local_softirq_pending()); in can_stop_idle_tick()
487 #ifndef local_softirq_pending493 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro
4972 if (local_softirq_pending()) in netif_rx_ni()
Completed in 28 milliseconds