Lines Matching defs:tg

199 void unregister_rt_sched_group(struct task_group *tg)  in unregister_rt_sched_group()
208 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
226 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
253 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
323 void unregister_rt_sched_group(struct task_group *tg) { } in unregister_rt_sched_group()
325 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
327 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
493 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group()
2612 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
2633 struct task_group *tg; member
2638 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
2698 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable()
2715 static int tg_set_rt_bandwidth(struct task_group *tg, in tg_set_rt_bandwidth()
2760 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime()
2774 long sched_group_rt_runtime(struct task_group *tg) in sched_group_rt_runtime()
2786 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period()
2799 long sched_group_rt_period(struct task_group *tg) in sched_group_rt_period()
2821 int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk) in sched_rt_can_attach()