Searched refs:entity_eligible (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/sched/ |
H A D | fair.c | 742 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 D | debug.c | 746 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
|
H A D | sched.h | 3856 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);
|