Searched refs:task_group (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | autogroup.h | 14 struct task_group *tg; 21 extern void autogroup_free(struct task_group *tg); 23 static inline bool task_group_is_autogroup(struct task_group *tg) in task_group_is_autogroup() 28 extern bool task_wants_autogroup(struct task_struct *p, struct task_group *tg); 30 static inline struct task_group * 31 autogroup_task_group(struct task_struct *p, struct task_group *tg) in autogroup_task_group() 42 extern int autogroup_path(struct task_group *tg, char *buf, int buflen); 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() 53 static inline struct task_group * [all …]
|
H A D | sched.h | 365 struct task_group { struct 398 struct task_group *parent; argument 436 extern int walk_tg_tree_from(struct task_group *from, 453 extern int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent); 475 extern struct task_group *sched_create_group(struct task_group *parent); 477 struct task_group *parent); 506 extern int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent); 698 struct task_group *tg; 2004 static inline struct task_group *task_group(struct task_struct *p) in task_group() function 2013 struct task_group *tg = task_group(p); in set_task_rq() [all …]
|
H A D | autogroup.c | 42 void autogroup_free(struct task_group *tg) in autogroup_free() 88 struct task_group *tg; in autogroup_create() 129 bool task_wants_autogroup(struct task_struct *p, struct task_group *tg) in task_wants_autogroup() 285 int autogroup_path(struct task_group *tg, char *buf, int buflen) in autogroup_path()
|
H A D | rt.c | 196 void unregister_rt_sched_group(struct task_group *tg) in unregister_rt_sched_group() 203 void free_rt_sched_group(struct task_group *tg) in free_rt_sched_group() 245 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 315 void free_rt_sched_group(struct task_group *tg) { } in free_rt_sched_group() 317 int alloc_rt_sched_group(struct task_group *tg, struct task_group *parent) in alloc_rt_sched_group() 548 typedef struct task_group *rt_rq_iter_t; 550 static inline struct task_group *next_task_group(struct task_group *tg) in next_task_group() 554 typeof(struct task_group), list); in next_task_group() 2698 rt_rq = task_group(p)->rt_rq[cpu]; in task_is_throttled_rt() 2776 struct task_group *tg; [all …]
|
H A D | core.c | 4802 struct task_group *tg; in sched_cgroup_fork() 10414 struct task_group *sched_create_group(struct task_group *parent) in sched_create_group() 10416 struct task_group *tg; in sched_create_group() 10437 void sched_online_group(struct task_group *tg, struct task_group *parent) in sched_online_group() 10493 struct task_group *tg; in sched_get_task_group() 10501 struct task_group, css); in sched_get_task_group() 10530 struct task_group *group; in sched_move_task() 10580 struct task_group *tg; in cpu_cgroup_css_alloc() 10752 struct task_group *tg; in cpu_uclamp_write() 10799 struct task_group *tg; in cpu_uclamp_print() [all …]
|
H A D | fair.c | 476 static int tg_is_idle(struct task_group *tg) in tg_is_idle() 524 static inline int tg_is_idle(struct task_group *tg) in tg_is_idle() 3960 struct task_group *tg = cfs_rq->tg; in calc_group_shares() 6440 struct task_group *tg; in update_runtime_enabled() 6459 struct task_group *tg; in unthrottle_offline_cfs_rqs() 12554 cfs_rq = task_group(p)->cfs_rq[cpu]; in task_is_throttled_fair() 12799 void free_fair_sched_group(struct task_group *tg) in free_fair_sched_group() 12814 int alloc_fair_sched_group(struct task_group *tg, struct task_group *parent) in alloc_fair_sched_group() 12855 void online_fair_sched_group(struct task_group *tg) in online_fair_sched_group() 13058 void free_fair_sched_group(struct task_group *tg) { } in free_fair_sched_group() [all …]
|
H A D | debug.c | 491 static void print_cfs_group_stats(struct seq_file *m, int cpu, struct task_group *tg) in print_cfs_group_stats() 543 static void task_group_path(struct task_group *tg, char *path, int plen) in task_group_path() 602 SEQ_printf_task_group_path(m, task_group(p), " %s") in print_task()
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | main.py | 129 task_group = parser.add_argument_group('Task control options') 163 task_group.add_argument("-f", "--force", action="store_true", 167 task_group.add_argument("-c", "--cmd", 173 task_group.add_argument("-C", "--clear-stamp", dest="invalidate_stamp", 177 task_group.add_argument("--runall", action="append", default=[], 181 task_group.add_argument("--runonly", action="append", 185 task_group.add_argument("--no-setscene", action="store_true", 190 task_group.add_argument("--skip-setscene", action="store_true", 195 task_group.add_argument("--setscene-only", action="store_true",
|
/openbmc/linux/include/linux/sched/ |
H A D | autogroup.h | 7 struct task_group; 29 extern struct task_group root_task_group;
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 759 task_group = task[0:task.find('.')] 760 if task_group not in dep_table: 761 dep_table[task_group] = {} 763 if task not in dep_table[task_group]: 764 dep_table[task_group][task] = {} 773 task_group = task[0:task.find('.')] 775 if task_dep.startswith(task_group+'.'): 778 for task_group in dep_table: 787 for task in dep_table[task_group]: 802 del dep_table[task_group][task] [all …]
|
/openbmc/linux/include/linux/ |
H A D | sched.h | 71 struct task_group; 806 struct task_group *sched_task_group;
|