Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c742 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function
921 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in pick_eevdf()
932 if (se && entity_eligible(cfs_rq, se)) { in pick_eevdf()
958 if (entity_eligible(cfs_rq, se)) { in pick_eevdf()
1172 return !entity_eligible(cfs_rq, curr); in did_preempt_short()
1184 if (!entity_eligible(cfs_rq, pse)) in do_preempt_short()
1190 if (!entity_eligible(cfs_rq, se)) in do_preempt_short()
5530 !entity_eligible(cfs_rq, se)) { in dequeue_entity()
5649 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in pick_next_entity()
H A Ddebug.c746 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
H A Dsched.h3856 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);