Home
last modified time | relevance | path

Searched refs:irq_work_needs_cpu (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dirq_work.h50 bool irq_work_needs_cpu(void);
53 static inline bool irq_work_needs_cpu(void) { return false; } in irq_work_needs_cpu() function
/OK3568_Linux_fs/kernel/kernel/
H A Dirq_work.c116 bool irq_work_needs_cpu(void) in irq_work_needs_cpu() function
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-sched.c713 irq_work_needs_cpu() || local_timer_softirq_pending()) { in tick_nohz_next_event()