Kconfig (c3123552aad3ffd7a35e16d4402231225165e343) | Kconfig (da82c92f1150f66afabf78d2c85ef9ac18dc6d38) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config DEFCONFIG_LIST 3 string 4 depends on !UML 5 option defconfig_list 6 default "/lib/modules/$(shell,uname -r)/.config" 7 default "/etc/kernel-config" 8 default "/boot/config-$(shell,uname -r)" --- 807 unchanged lines hidden (view full) --- 816 bool "Control Group support" 817 select KERNFS 818 help 819 This option adds support for grouping sets of processes together, for 820 use with process control subsystems such as Cpusets, CFS, memory 821 controls or device isolation. 822 See 823 - Documentation/scheduler/sched-design-CFS.rst (CFS) | 1# SPDX-License-Identifier: GPL-2.0-only 2config DEFCONFIG_LIST 3 string 4 depends on !UML 5 option defconfig_list 6 default "/lib/modules/$(shell,uname -r)/.config" 7 default "/etc/kernel-config" 8 default "/boot/config-$(shell,uname -r)" --- 807 unchanged lines hidden (view full) --- 816 bool "Control Group support" 817 select KERNFS 818 help 819 This option adds support for grouping sets of processes together, for 820 use with process control subsystems such as Cpusets, CFS, memory 821 controls or device isolation. 822 See 823 - Documentation/scheduler/sched-design-CFS.rst (CFS) |
824 - Documentation/cgroup-v1/ (features for grouping, isolation | 824 - Documentation/admin-guide/cgroup-v1/ (features for grouping, isolation |
825 and resource control) 826 827 Say N if unsure. 828 829if CGROUPS 830 831config PAGE_COUNTER 832 bool --- 45 unchanged lines hidden (view full) --- 878 block layer to implement upper limit in IO rates on a device. 879 880 This option only enables generic Block IO controller infrastructure. 881 One needs to also enable actual IO controlling logic/policy. For 882 enabling proportional weight division of disk bandwidth in CFQ, set 883 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set 884 CONFIG_BLK_DEV_THROTTLING=y. 885 | 825 and resource control) 826 827 Say N if unsure. 828 829if CGROUPS 830 831config PAGE_COUNTER 832 bool --- 45 unchanged lines hidden (view full) --- 878 block layer to implement upper limit in IO rates on a device. 879 880 This option only enables generic Block IO controller infrastructure. 881 One needs to also enable actual IO controlling logic/policy. For 882 enabling proportional weight division of disk bandwidth in CFQ, set 883 CONFIG_CFQ_GROUP_IOSCHED=y; for enabling throttling policy, set 884 CONFIG_BLK_DEV_THROTTLING=y. 885 |
886 See Documentation/cgroup-v1/blkio-controller.rst for more information. | 886 See Documentation/admin-guide/cgroup-v1/blkio-controller.rst for more information. |
887 888config CGROUP_WRITEBACK 889 bool 890 depends on MEMCG && BLK_CGROUP 891 default y 892 893menuconfig CGROUP_SCHED 894 bool "CPU controller" --- 1289 unchanged lines hidden --- | 887 888config CGROUP_WRITEBACK 889 bool 890 depends on MEMCG && BLK_CGROUP 891 default y 892 893menuconfig CGROUP_SCHED 894 bool "CPU controller" --- 1289 unchanged lines hidden --- |