Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h2021 extern bool sched_can_stop_tick(struct rq *rq);
2036 if (sched_can_stop_tick(rq)) in sched_update_tick_dependency()
H A Dcore.c799 bool sched_can_stop_tick(struct rq *rq) in sched_can_stop_tick() function