Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dsoftirq.c184 if (unlikely(!in_interrupt() && local_softirq_pending())) { in __local_bh_enable_ip()
266 pending = local_softirq_pending(); in __do_softirq()
308 pending = local_softirq_pending(); in __do_softirq()
334 pending = local_softirq_pending(); in do_softirq()
363 if (ksoftirqd_running(local_softirq_pending())) in invoke_softirq()
412 if (!in_interrupt() && local_softirq_pending()) in irq_exit()
592 return local_softirq_pending(); in ksoftirqd_should_run()
598 if (local_softirq_pending()) { in run_ksoftirqd()
/Linux-v5.4/arch/s390/include/asm/
Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/Linux-v5.4/kernel/time/
Dtick-sched.c653 return local_softirq_pending() & BIT(TIMER_SOFTIRQ); in local_timer_softirq_pending()
896 if (unlikely(local_softirq_pending())) { in can_stop_idle_tick()
900 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { in can_stop_idle_tick()
902 (unsigned int) local_softirq_pending()); in can_stop_idle_tick()
/Linux-v5.4/include/linux/
Dinterrupt.h485 #ifndef local_softirq_pending
491 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro
/Linux-v5.4/net/core/
Ddev.c4486 if (local_softirq_pending()) in netif_rx_ni()