Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/time/
Dtick-sched.c164 if (!sched_can_stop_tick()) { in can_stop_full_tick()
/linux-4.4.14/include/linux/
Dsched.h2344 extern bool sched_can_stop_tick(void);
2347 static inline bool sched_can_stop_tick(void) { return false; } in sched_can_stop_tick() function
/linux-4.4.14/kernel/sched/
Dcore.c718 bool sched_can_stop_tick(void) in sched_can_stop_tick() function