Searched refs:entity_eligible (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/sched/ |
| H A D | debug.c | 737 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
|
| H A D | fair.c | 738 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function 958 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in __pick_eevdf() 965 if (se && entity_eligible(cfs_rq, se)) { in __pick_eevdf() 991 if (entity_eligible(cfs_rq, se)) { in __pick_eevdf() 5392 !entity_eligible(cfs_rq, se)) { in dequeue_entity() 5519 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in pick_next_entity() 9363 !entity_eligible(task_cfs_rq(p), &p->se)) in task_is_ineligible_on_dst_cpu()
|
| H A D | sched.h | 3823 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);
|