Home
last modified time | relevance | path

Searched defs:tg (Results 1 – 7 of 7) sorted by relevance

/kernel/sched/
Dautogroup.h15 struct task_group *tg; member
24 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
32 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
47 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
48 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
54 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
59 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
Dautogroup.c24 void autogroup_free(struct task_group *tg) in autogroup_free()
70 struct task_group *tg; in autogroup_create() local
111 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
266 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
Drt.c142 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
160 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
187 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
255 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
257 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
461 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group()
2413 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
2432 struct task_group *tg; member
2437 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
2493 static int __rt_schedulable(struct task_group *tg, u64 period, u64 runtime) in __rt_schedulable()
[all …]
Dcore.c738 int tg_nop(struct task_group *tg, void *data) in tg_nop()
6218 static void sched_free_group(struct task_group *tg) in sched_free_group()
6229 struct task_group *tg; in sched_create_group() local
6248 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
6273 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
6279 void sched_offline_group(struct task_group *tg) in sched_offline_group()
6294 struct task_group *tg; in sched_change_group() local
6358 struct task_group *tg; in cpu_cgroup_css_alloc() local
6375 struct task_group *tg = css_tg(css); in cpu_cgroup_css_online() local
6385 struct task_group *tg = css_tg(css); in cpu_cgroup_css_released() local
[all …]
Dfair.c2735 static long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2776 static inline long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2803 struct task_group *tg; in update_cfs_shares() local
4368 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
4385 struct task_group *tg = cfs_rq->tg; in assign_cfs_rq_runtime() local
4454 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair()
4467 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up()
4482 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down()
4854 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle()
5008 struct task_group *tg; in update_runtime_enabled() local
[all …]
Ddebug.c479 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
526 static char *task_group_path(struct task_group *tg) in task_group_path()
Dsched.h488 struct task_group *tg; /* group that "owns" this runqueue */ member
549 struct task_group *tg; member
1319 struct task_group *tg = task_group(p); in set_task_rq() local