Home
last modified time | relevance | path

Searched refs:sysctl_sched_autogroup_enabled (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dautogroup.c8 unsigned int __read_mostly sysctl_sched_autogroup_enabled = 1; variable
200 sysctl_sched_autogroup_enabled = 0; in setup_autogroup()
H A Dautogroup.h30 int enabled = READ_ONCE(sysctl_sched_autogroup_enabled); in autogroup_task_group()
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsysctl.h81 extern unsigned int sysctl_sched_autogroup_enabled;
/OK3568_Linux_fs/kernel/kernel/
H A Dsysctl.c1877 .data = &sysctl_sched_autogroup_enabled,