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.c22 void autogroup_free(struct task_group *tg) in autogroup_free()
68 struct task_group *tg; in autogroup_create() local
110 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup()
264 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
Dcore.c745 int tg_nop(struct task_group *tg, void *data) in tg_nop()
8089 static void sched_free_group(struct task_group *tg) in sched_free_group()
8100 struct task_group *tg; in sched_create_group() local
8119 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group()
8143 void sched_destroy_group(struct task_group *tg) in sched_destroy_group()
8149 void sched_offline_group(struct task_group *tg) in sched_offline_group()
8164 struct task_group *tg; in sched_change_group() local
8226 static inline int tg_has_rt_tasks(struct task_group *tg) in tg_has_rt_tasks()
8245 struct task_group *tg; member
8250 static int tg_rt_schedulable(struct task_group *tg, void *data) in tg_rt_schedulable()
[all …]
Dfair.c2645 static long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2674 static inline long calc_cfs_shares(struct cfs_rq *cfs_rq, struct task_group *tg) in calc_cfs_shares()
2701 struct task_group *tg; in update_cfs_shares() local
4028 static inline struct cfs_bandwidth *tg_cfs_bandwidth(struct task_group *tg) in tg_cfs_bandwidth()
4045 struct task_group *tg = cfs_rq->tg; in assign_cfs_rq_runtime() local
4156 static inline int throttled_lb_pair(struct task_group *tg, in throttled_lb_pair()
4169 static int tg_unthrottle_up(struct task_group *tg, void *data) in tg_unthrottle_up()
4184 static int tg_throttle_down(struct task_group *tg, void *data) in tg_throttle_down()
4546 static void sync_throttle(struct task_group *tg, int cpu) in sync_throttle()
4702 static inline void sync_throttle(struct task_group *tg, int cpu) {} in sync_throttle()
[all …]
Drt.c139 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group()
157 void init_tg_rt_entry(struct task_group *tg, struct rt_rq *rt_rq, in init_tg_rt_entry()
184 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
252 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group()
254 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group()
458 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group()
Ddebug.c429 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats()
476 static char *task_group_path(struct task_group *tg) in task_group_path()
Dsched.h448 struct task_group *tg; /* group that "owns" this runqueue */ member
508 struct task_group *tg; member
1044 struct task_group *tg = task_group(p); in set_task_rq() local