Searched refs:entity_eligible (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ |
| H A D | fair.c | 738 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function 936 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in __pick_eevdf() 942 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in __pick_eevdf() 949 if (se && entity_eligible(cfs_rq, se)) { in __pick_eevdf() 975 if (entity_eligible(cfs_rq, se)) { in __pick_eevdf() 5370 !entity_eligible(cfs_rq, se)) { in dequeue_entity() 8836 if (in_task() && !entity_eligible(cfs_rq, se)) { in check_preempt_wakeup_fair() 9073 if (entity_eligible(cfs_rq, se)) { in yield_task_fair() 9422 !entity_eligible(task_cfs_rq(p), &p->se)) in task_is_ineligible_on_dst_cpu()
|
| H A D | sched.h | 3894 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);
|