Searched refs:sched_rt_entity (Results 1 - 4 of 4) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | rt.c | 124 static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se) in rt_task_of() 137 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_se) in rt_rq_of_se() 142 static inline struct rq *rq_of_rt_se(struct sched_rt_entity *rt_se) in rq_of_rt_se() 171 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int cpu, in init_tg_rt_entry() 172 struct sched_rt_entity *parent) in init_tg_rt_entry() 202 struct sched_rt_entity *rt_se; in alloc_rt_sched_group() 223 rt_se = kzalloc_node(sizeof(struct sched_rt_entity), GFP_KERNEL, cpu_to_node(i)); in alloc_rt_sched_group() 245 static inline struct task_struct *rt_task_of(struct sched_rt_entity *rt_se) in rt_task_of() 255 static inline struct rq *rq_of_rt_se(struct sched_rt_entity *rt_se) in rq_of_rt_se() 262 static inline struct rt_rq *rt_rq_of_se(struct sched_rt_entity *rt_s [all...] |
H A D | sched.h | 469 struct sched_rt_entity **rt_se; 555 extern void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, struct sched_rt_entity *rt_se, int cpu, 556 struct sched_rt_entity *parent);
|
H A D | core.c | 8081 root_task_group.rt_se = (struct sched_rt_entity **)ptr; in sched_init()
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 598 struct sched_rt_entity {
struct 606 struct sched_rt_entity *back;
608 struct sched_rt_entity *parent;
805 struct sched_rt_entity rt;
|
Completed in 22 milliseconds