Lines Matching refs:tg

474 extern int tg_nop(struct task_group *tg, void *data);
476 extern void free_fair_sched_group(struct task_group *tg);
477 extern int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent);
478 extern void online_fair_sched_group(struct task_group *tg);
479 extern void unregister_fair_sched_group(struct task_group *tg);
480 extern void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq,
489 extern void free_rt_sched_group(struct task_group *tg);
490 extern int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent);
491 extern void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq,
494 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
495 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
496 extern long sched_group_rt_runtime(struct task_group *tg);
497 extern long sched_group_rt_period(struct task_group *tg);
498 extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk);
501 extern void sched_online_group(struct task_group *tg,
503 extern void sched_destroy_group(struct task_group *tg);
504 extern void sched_offline_group(struct task_group *tg);
509 extern int sched_group_set_shares(struct task_group *tg, unsigned long shares);
511 extern int sched_group_set_idle(struct task_group *tg, long idle);
607 struct task_group *tg; /* group that "owns" this runqueue */ member
668 struct task_group *tg; member
1894 struct task_group *tg = task_group(p); in set_task_rq() local
1898 set_task_rq_fair(&p->se, p->se.cfs_rq, tg->cfs_rq[cpu]); in set_task_rq()
1899 p->se.cfs_rq = tg->cfs_rq[cpu]; in set_task_rq()
1900 p->se.parent = tg->se[cpu]; in set_task_rq()
1904 p->rt.rt_rq = tg->rt_rq[cpu]; in set_task_rq()
1905 p->rt.parent = tg->rt_se[cpu]; in set_task_rq()