Home
last modified time | relevance | path

Searched refs:root_task_group (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c1192 if (task_group(p) == &root_task_group) { in uclamp_tg_restrict()
1470 struct task_group *tg = &root_task_group; in uclamp_update_root_tg()
1478 cpu_util_update_eff(&root_task_group.css); in uclamp_update_root_tg()
1681 root_task_group.uclamp_req[clamp_id] = uc_max; in init_uclamp()
1682 root_task_group.uclamp[clamp_id] = uc_max; in init_uclamp()
8034 struct task_group root_task_group; variable
8071 root_task_group.se = (struct sched_entity **)ptr; in sched_init()
8074 root_task_group.cfs_rq = (struct cfs_rq **)ptr; in sched_init()
8077 root_task_group.shares = ROOT_TASK_GROUP_LOAD; in sched_init()
8078 init_cfs_bandwidth(&root_task_group in sched_init()
[all...]
H A Dsched.h536 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
H A Drt.c2995 if (tg == &root_task_group && rt_runtime == 0) { in tg_set_rt_bandwidth()
H A Dfair.c3435 * No need to update load_avg for root_task_group as it is not used. in update_tg_load_avg()
3437 if (cfs_rq->tg == &root_task_group) { in update_tg_load_avg()
11967 /* se could be NULL for root_task_group */ in init_tg_cfs_entry()

Completed in 36 milliseconds