Searched refs:local_softirq_pending (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
H A Dhardirq_64.h12 #define local_softirq_pending() \ macro
/linux-4.4.14/arch/s390/include/asm/
H A Dhardirq.h15 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dhardirq.h15 #define local_softirq_pending() (local_cpu_data->softirq_pending) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dhardirq.h24 #define local_softirq_pending() __this_cpu_read(irq_stat.__softirq_pending) macro
/linux-4.4.14/include/linux/
H A Dirq_cpustat.h25 #define local_softirq_pending() \ macro
H A Dinterrupt.h388 #define set_softirq_pending(x) (local_softirq_pending() = (x))
389 #define or_softirq_pending(x) (local_softirq_pending() |= (x))
/linux-4.4.14/arch/x86/include/asm/
H A Dhardirq.h51 #define local_softirq_pending() this_cpu_read(irq_stat.__softirq_pending) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dhardirq.h36 #define local_softirq_pending() this_cpu_read(irq_stat.__softirq_pending) macro
/linux-4.4.14/kernel/
H A Dsoftirq.c165 if (unlikely(!in_interrupt() && local_softirq_pending())) { __local_bh_enable_ip()
247 pending = local_softirq_pending(); __do_softirq()
288 pending = local_softirq_pending(); __do_softirq()
314 pending = local_softirq_pending(); do_softirq()
390 if (!in_interrupt() && local_softirq_pending()) irq_exit()
651 return local_softirq_pending(); ksoftirqd_should_run()
657 if (local_softirq_pending()) { run_ksoftirqd()
/linux-4.4.14/kernel/time/
H A Dtick-sched.c755 if (unlikely(local_softirq_pending() && cpu_online(cpu))) { can_stop_idle_tick()
759 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { can_stop_idle_tick()
760 pr_warn("NOHZ: local_softirq_pending %02x\n", can_stop_idle_tick()
761 (unsigned int) local_softirq_pending()); can_stop_idle_tick()
/linux-4.4.14/drivers/thermal/
H A Dintel_powerclamp.c437 if (unlikely(local_softirq_pending())) clamp_thread()
/linux-4.4.14/net/core/
H A Ddev.c3597 if (local_softirq_pending()) netif_rx_ni()

Completed in 472 milliseconds