Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dsoftirq.c185 if (unlikely(!in_interrupt() && local_softirq_pending())) { in __local_bh_enable_ip()
278 pending = local_softirq_pending(); in __do_softirq()
322 pending = local_softirq_pending(); in __do_softirq()
356 pending = local_softirq_pending(); in do_softirq()
435 if (!in_interrupt() && local_softirq_pending()) in __irq_exit_rcu()
660 return local_softirq_pending(); in ksoftirqd_should_run()
666 if (local_softirq_pending()) { in run_ksoftirqd()
H A Dsmp.c454 if (local_softirq_pending()) in flush_smp_call_function_from_idle()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhardirq.h16 #define local_softirq_pending() (S390_lowcore.softirq_pending) macro
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c684 return local_softirq_pending() & BIT(TIMER_SOFTIRQ); in local_timer_softirq_pending()
927 if (unlikely(local_softirq_pending())) { in can_stop_idle_tick()
931 (local_softirq_pending() & SOFTIRQ_STOP_IDLE_MASK)) { in can_stop_idle_tick()
933 (unsigned int) local_softirq_pending()); in can_stop_idle_tick()
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterrupt.h500 #ifndef local_softirq_pending
506 #define local_softirq_pending() (__this_cpu_read(local_softirq_pending_ref)) macro
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c4871 if (local_softirq_pending()) in netif_rx_ni()