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()
2246 extern bool sched_can_stop_tick(void);2249 static inline bool sched_can_stop_tick(void) { return false; } in sched_can_stop_tick() function
693 bool sched_can_stop_tick(void) in sched_can_stop_tick() function