Lines Matching defs:tg
363 struct task_group *tg; in task_group() local
436 struct task_group *tg; /* group that "owns" this runqueue */ member
487 struct task_group *tg; member
1451 static int tg_nop(struct task_group *tg, void *data) in tg_nop()
1483 update_group_shares_cpu(struct task_group *tg, int cpu, in update_group_shares_cpu()
1521 static int tg_shares_up(struct task_group *tg, void *data) in tg_shares_up()
1560 static int tg_load_down(struct task_group *tg, void *data) in tg_load_down()
8298 static void init_tg_cfs_entry(struct task_group *tg, struct cfs_rq *cfs_rq, in init_tg_cfs_entry()
8327 static void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
8712 static void free_fair_sched_group(struct task_group *tg) in free_fair_sched_group()
8728 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group()
8766 static inline void register_fair_sched_group(struct task_group *tg, int cpu) in register_fair_sched_group()
8772 static inline void unregister_fair_sched_group(struct task_group *tg, int cpu) in unregister_fair_sched_group()
8777 static inline void free_fair_sched_group(struct task_group *tg) in free_fair_sched_group()
8782 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group()
8787 static inline void register_fair_sched_group(struct task_group *tg, int cpu) in register_fair_sched_group()
8791 static inline void unregister_fair_sched_group(struct task_group *tg, int cpu) in unregister_fair_sched_group()
8797 static void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
8815 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
8854 static inline void register_rt_sched_group(struct task_group *tg, int cpu) in register_rt_sched_group()
8860 static inline void unregister_rt_sched_group(struct task_group *tg, int cpu) in unregister_rt_sched_group()
8865 static inline void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
8870 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
8875 static inline void register_rt_sched_group(struct task_group *tg, int cpu) in register_rt_sched_group()
8879 static inline void unregister_rt_sched_group(struct task_group *tg, int cpu) in unregister_rt_sched_group()
8885 static void free_sched_group(struct task_group *tg) in free_sched_group()
8895 struct task_group *tg; in sched_create_group() local
8938 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
9025 int sched_group_set_shares(struct task_group *tg, unsigned long shares) in sched_group_set_shares()
9081 unsigned long sched_group_shares(struct task_group *tg) in sched_group_shares()
9102 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
9115 struct task_group *tg; member
9120 static int tg_schedulable(struct task_group *tg, void *data) in tg_schedulable()
9183 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable()
9194 static int tg_set_bandwidth(struct task_group *tg, in tg_set_bandwidth()
9224 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime()
9236 long sched_group_rt_runtime(struct task_group *tg) in sched_group_rt_runtime()
9248 int sched_group_set_rt_period(struct task_group *tg, long rt_period_us) in sched_group_set_rt_period()
9261 long sched_group_rt_period(struct task_group *tg) in sched_group_rt_period()
9296 int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk) in sched_rt_can_attach()
9370 struct task_group *tg, *parent; in cpu_cgroup_create() local
9388 struct task_group *tg = cgroup_tg(cgrp); in cpu_cgroup_destroy() local
9434 struct task_group *tg = cgroup_tg(cgrp); in cpu_shares_read_u64() local