Home
last modified time | relevance | path

Searched refs:local_softirq_pending (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/kernel/
Dsoftirq.c238 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()
635 if (!in_interrupt() && local_softirq_pending()) in __irq_exit_rcu()
909 return local_softirq_pending(); in ksoftirqd_should_run()
915 if (local_softirq_pending()) { in run_ksoftirqd()
Dsmp.c695 if (local_softirq_pending()) in flush_smp_call_function_from_idle()
/Linux-v5.15/arch/s390/include/asm/
Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/Linux-v5.15/include/linux/
Dinterrupt.h487 #ifndef local_softirq_pending
493 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro
/Linux-v5.15/kernel/time/
Dtick-sched.c766 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()
/Linux-v5.15/net/core/
Ddev.c4952 if (local_softirq_pending()) in netif_rx_ni()