Searched refs:sched_can_stop_tick (Results 1 – 3 of 3) sorted by relevance
164 if (!sched_can_stop_tick()) { in can_stop_full_tick()
2344 extern bool sched_can_stop_tick(void);2347 static inline bool sched_can_stop_tick(void) { return false; } in sched_can_stop_tick() function
718 bool sched_can_stop_tick(void) in sched_can_stop_tick() function