Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dhardirq.h16 #define local_softirq_pending() (get_lowcore()->softirq_pending) macro
/linux/kernel/time/
H A Dtick-sched.c1187 unsigned int pending = local_softirq_pending(); in report_idle_softirq()