Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/rtg/
H A Drtg.c1008 bool colocate; in uclamp_task_colocated() local
1017 colocate = tg->colocate; in uclamp_task_colocated()
1020 return colocate; in uclamp_task_colocated()
/kernel/linux/linux-6.6/kernel/sched/rtg/
H A Drtg.c1009 bool colocate; in uclamp_task_colocated() local
1018 colocate = tg->colocate; in uclamp_task_colocated()
1021 return colocate; in uclamp_task_colocated()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c8200 tg->colocate = false; in cpu_cgroup_css_alloc()
8298 bool colocate; in schedgp_attach() local
8304 colocate = tg->colocate; in schedgp_attach()
8307 sync_cgroup_colocation(task, colocate); in schedgp_attach()
8505 return (u64) tg->colocate; in sched_colocate_read()
8509 struct cftype *cft, u64 colocate) in sched_colocate_write()
8516 tg->colocate = !!colocate; in sched_colocate_write()
8892 .name = "uclamp.colocate",
8508 sched_colocate_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 colocate) sched_colocate_write() argument
[all...]
H A Dsched.h522 bool colocate; member
524 /* Controls whether further updates are allowed to the colocate flag */
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c11256 tg->colocate = false; in cpu_cgroup_css_alloc()
11320 bool colocate; in schedgp_attach() local
11326 colocate = tg->colocate; in schedgp_attach()
11329 sync_cgroup_colocation(task, colocate); in schedgp_attach()
11526 return (u64) tg->colocate; in sched_colocate_read()
11530 struct cftype *cft, u64 colocate) in sched_colocate_write()
11537 tg->colocate = !!colocate; in sched_colocate_write()
12017 .name = "uclamp.colocate",
11529 sched_colocate_write(struct cgroup_subsys_state *css, struct cftype *cft, u64 colocate) sched_colocate_write() argument
[all...]
H A Dsched.h505 bool colocate; member
507 /* Controls whether further updates are allowed to the colocate flag */

Completed in 42 milliseconds