Home
last modified time | relevance | path

Searched refs:colocate (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c8607 tg->colocate = false; in cpu_cgroup_css_alloc()
8710 bool colocate; in schedgp_attach() local
8716 colocate = tg->colocate; in schedgp_attach()
8719 sync_cgroup_colocation(task, colocate); in schedgp_attach()
8917 return (u64)tg->colocate; in sched_colocate_read()
8921 struct cftype *cft, u64 colocate) in sched_colocate_write()
8929 tg->colocate = !!colocate; in sched_colocate_write()
9321 .name = "uclamp.colocate",
8920 sched_colocate_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 colocate) sched_colocate_write() argument
[all...]
H A Dsched.h502 bool colocate; member
504 /* Controls whether further updates are allowed to the colocate flag */

Completed in 16 milliseconds