Searched refs:sched_rt_entity (Results 1 – 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
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, in… 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_se) in rt_rq_of_se() [all …]
|
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… 556 struct sched_rt_entity *parent);
|
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/ |
D | sched.h | 598 struct sched_rt_entity { struct 606 struct sched_rt_entity *back; argument 608 struct sched_rt_entity *parent; argument 805 struct sched_rt_entity rt;
|
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
D | kernel.patch | 76343 @@ -1393,6 +1393,27 @@ static void dequeue_rt_entity(struct sched_rt_entity *rt_se, unsigned int fl… 76374 struct sched_rt_entity *rt_se = &p->rt;
|