Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Dfair.c740 int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se) in entity_eligible() function
939 if (curr && (!curr->on_rq || !entity_eligible(cfs_rq, curr))) in pick_eevdf()
946 if (se && entity_eligible(cfs_rq, se)) { in pick_eevdf()
972 if (entity_eligible(cfs_rq, se)) { in pick_eevdf()
1184 return !entity_eligible(cfs_rq, curr); in did_preempt_short()
1196 if (!entity_eligible(cfs_rq, pse)) in do_preempt_short()
1202 if (!entity_eligible(cfs_rq, se)) in do_preempt_short()
5474 !entity_eligible(cfs_rq, se)) { in dequeue_entity()
5591 cfs_rq->next && entity_eligible(cfs_rq, cfs_rq->next)) { in pick_next_entity()
9372 !entity_eligible(task_cfs_rq(p), &p->se)) in task_is_ineligible_on_dst_cpu()
H A Ddebug.c748 entity_eligible(cfs_rq_of(&p->se), &p->se) ? 'E' : 'N', in print_task()
H A Dsched.h3865 extern int entity_eligible(struct cfs_rq *cfs_rq, struct sched_entity *se);