Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c775 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function
972 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in __pick_eevdf()
978 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in __pick_eevdf()
985 if (se && entity_eligible(cfs_rq, se)) { in __pick_eevdf()
1011 if (entity_eligible(cfs_rq, se)) { in __pick_eevdf()
5363 !entity_eligible(cfs_rq, se)) { in dequeue_entity()
9055 if (entity_eligible(cfs_rq, se)) { in yield_task_fair()
9404 !entity_eligible(task_cfs_rq(p), &p->se)) in task_is_ineligible_on_dst_cpu()
H A Dsched.h4000 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);