Home
last modified time | relevance | path

Searched refs:rt_se (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/kernel/sched/
H A Drt.c167 #define rt_entity_is_task(rt_se) (!(rt_se)->my_q) argument
226 tg->rt_se[cpu] = rt_se; in init_tg_rt_entry()
228 if (!rt_se) in init_tg_rt_entry()
264 if (!rt_se) in alloc_rt_sched_group()
269 init_tg_rt_entry(tg, rt_rq, rt_se, i, parent->rt_se[i]); in alloc_rt_sched_group()
517 for (; rt_se; rt_se = rt_se->parent)
535 rt_se = rt_rq->tg->rt_se[cpu]; in sched_rt_rq_enqueue()
538 if (!rt_se) in sched_rt_rq_enqueue()
553 rt_se = rt_rq->tg->rt_se[cpu]; in sched_rt_rq_dequeue()
925 for (; rt_se; rt_se = NULL)
[all …]
H A Dautogroup.c52 ag->tg->rt_se = NULL; in autogroup_destroy()
109 tg->rt_se = root_task_group.rt_se; in autogroup_create()
H A Dsched.h456 struct sched_rt_entity **rt_se; member
555 struct sched_rt_entity *rt_se, int cpu,
2150 p->rt.parent = tg->rt_se[cpu]; in set_task_rq()
H A Dcore.c8569 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()