Home
last modified time | relevance | path

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

/openbmc/linux/kernel/sched/
H A Ddebug.c585 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
H A Dfair.c668 * Specifically: avg_runtime() + 0 must result in entity_eligible() := true
744 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function
888 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in __pick_eevdf()
905 if (!entity_eligible(cfs_rq, se)) { in __pick_eevdf()
5482 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) in pick_next_entity()
H A Dsched.h3533 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);