Searched refs:entity_eligible (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | fair.c | 967 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function 1195 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in pick_eevdf() 1201 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in pick_eevdf() 1208 if (se && entity_eligible(cfs_rq, se)) { in pick_eevdf() 1234 if (entity_eligible(cfs_rq, se)) { in pick_eevdf() 8141 !entity_eligible(cfs_rq, se)) { in __dequeue_task() 10029 if (preempt_action == PREEMPT_WAKEUP_SHORT && entity_eligible(cfs_rq, pse)) in wakeup_preempt_fair() 10179 if (entity_eligible(cfs_rq, se)) { in yield_task_fair() 10536 !entity_eligible(&task_rq(p)->cfs, &p->se)) in task_is_ineligible_on_dst_cpu()
|
| H A D | sched.h | 4157 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);
|