Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c939 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function
1154 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in pick_eevdf()
1160 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in pick_eevdf()
1167 if (se && entity_eligible(cfs_rq, se)) { in pick_eevdf()
1193 if (entity_eligible(cfs_rq, se)) { in pick_eevdf()
5669 !entity_eligible(cfs_rq, se)) { in dequeue_entity()
9381 if (entity_eligible(cfs_rq, se)) { in yield_task_fair()
9730 !entity_eligible(task_cfs_rq(p), &p->se)) in task_is_ineligible_on_dst_cpu()
H A Ddebug.c843 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
H A Dsched.h4041 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);