Home
last modified time | relevance | path

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

/linux/kernel/sched/
A Drt.c113 #define rt_entity_is_task(rt_se) (!(rt_se)->my_q) argument
174 tg->rt_se[cpu] = rt_se; in init_tg_rt_entry()
176 if (!rt_se) in init_tg_rt_entry()
213 if (!rt_se) in alloc_rt_sched_group()
218 init_tg_rt_entry(tg, rt_rq, rt_se, i, parent->rt_se[i]); in alloc_rt_sched_group()
524 for (; rt_se; rt_se = rt_se->parent)
542 rt_se = rt_rq->tg->rt_se[cpu]; in sched_rt_rq_enqueue()
545 if (!rt_se) in sched_rt_rq_enqueue()
560 rt_se = rt_rq->tg->rt_se[cpu]; in sched_rt_rq_dequeue()
629 for (; rt_se; rt_se = NULL)
[all …]
A Dautogroup.c31 ag->tg->rt_se = NULL; in autogroup_destroy()
88 tg->rt_se = root_task_group.rt_se; in autogroup_create()
A Dsched.h415 struct sched_rt_entity **rt_se; member
495 struct sched_rt_entity *rt_se, int cpu,
1892 p->rt.parent = tg->rt_se[cpu]; in set_task_rq()
A Dcore.c9297 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()

Completed in 31 milliseconds