Home
last modified time | relevance | path

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

/kernel/sched/
Dauto_group.h13 struct task_group *tg; member
22 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
30 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
45 static inline void autogroup_free(struct task_group *tg) { } in autogroup_free()
46 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup()
52 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group()
58 static inline int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
Dauto_group.c24 void autogroup_free(struct task_group *tg) in autogroup_free()
70 struct task_group *tg; in autogroup_create() local
112 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
244 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
Dcore.c831 int tg_nop(struct task_group *tg, void *data) in tg_nop()
7770 static void free_sched_group(struct task_group *tg) in free_sched_group()
7781 struct task_group *tg; in sched_create_group() local
7800 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
7823 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
7829 void sched_offline_group(struct task_group *tg) in sched_offline_group()
7851 struct task_group *tg; in sched_move_task() local
7899 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
7918 struct task_group *tg; member
7923 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
[all …]
Dfair.c2142 static inline long calc_tg_weight(struct task_group *tg, struct cfs_rq *cfs_rq) in calc_tg_weight()
2158 static long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2177 static inline long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2202 struct task_group *tg; in update_cfs_shares() local
3243 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
3260 struct task_group *tg = cfs_rq->tg; in assign_cfs_rq_runtime() local
3380 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair()
3393 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up()
3410 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down()
3930 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair()
[all …]
Drt.c126 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
144 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
171 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
239 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
241 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
436 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group()
Ddebug.c62 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
102 static char *task_group_path(struct task_group *tg) in task_group_path()
Dsched.h399 struct task_group *tg; /* group that "owns" this runqueue */ member
453 struct task_group *tg; member
917 struct task_group *tg = task_group(p); in set_task_rq() local