Searched refs:sched_rt_entity (Results 1 - 4 of 4) sorted by last modified time

/linux-master/kernel/sched/
H A Drt.c169 static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se)
182 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se)
187 static inline struct rq *rq_of_rt_se(struct sched_rt_entity *rt_se)
217 struct sched_rt_entity *rt_se, int cpu,
218 struct sched_rt_entity *parent)
246 struct sched_rt_entity *rt_se;
265 rt_se = kzalloc_node(sizeof(struct sched_rt_entity),
287 static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se)
297 static inline struct rq *rq_of_rt_se(struct sched_rt_entity *rt_se)
304 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_s
[all...]
H A Dcore.c9955 root_task_group.rt_se = (struct sched_rt_entity **)ptr;
H A Dsched.h417 struct sched_rt_entity **rt_se;
506 struct sched_rt_entity *rt_se, int cpu,
507 struct sched_rt_entity *parent);
/linux-master/include/linux/
H A Dsched.h577 struct sched_rt_entity { struct
585 struct sched_rt_entity *back;
587 struct sched_rt_entity *parent;
802 struct sched_rt_entity rt;

Completed in 167 milliseconds