Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5535 static bool check_cfs_rq_runtime(struct cfs_rq *cfs_rq);
5547 check_cfs_rq_runtime(cfs_rq); in put_prev_entity()
5813 * subsequent check_cfs_rq_runtime calls agree not to throttle in throttle_cfs_rq()
6366 static bool check_cfs_rq_runtime(struct cfs_rq *cfs_rq) in check_cfs_rq_runtime() function
6638 static bool check_cfs_rq_runtime(struct cfs_rq *cfs_rq) { return false; } in check_cfs_rq_runtime() function
8755 if (unlikely(check_cfs_rq_runtime(cfs_rq))) in pick_task_fair()