Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dsoftirq.c184 if (unlikely(!in_interrupt() && local_softirq_pending())) { in __local_bh_enable_ip()
266 pending = local_softirq_pending(); in __do_softirq()
307 pending = local_softirq_pending(); in __do_softirq()
333 pending = local_softirq_pending(); in do_softirq()
362 if (ksoftirqd_running(local_softirq_pending())) in invoke_softirq()
411 if (!in_interrupt() && local_softirq_pending()) in irq_exit()
642 return local_softirq_pending(); in ksoftirqd_should_run()
648 if (local_softirq_pending()) { in run_ksoftirqd()
/Linux-v4.19/arch/s390/include/asm/
Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/Linux-v4.19/kernel/time/
Dtick-sched.c645 return local_softirq_pending() & BIT(TIMER_SOFTIRQ); in local_timer_softirq_pending()
888 if (unlikely(local_softirq_pending() && cpu_online(cpu))) { in can_stop_idle_tick()
892 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { in can_stop_idle_tick()
894 (unsigned int) local_softirq_pending()); in can_stop_idle_tick()
/Linux-v4.19/include/linux/
Dinterrupt.h435 #ifndef local_softirq_pending
441 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro
/Linux-v4.19/net/core/
Ddev.c4509 if (local_softirq_pending()) in netif_rx_ni()