Kconfig (de8d585a12aef40676f12ddc63e97daaf7752ba1) | Kconfig (fb615581c78efee25e4d04f1145e8fa8ec705dc3) |
---|---|
1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 268 unchanged lines hidden (view full) --- 277 This option will let you create and manage CPUSETs which 278 allow dynamically partitioning a system into sets of CPUs and 279 Memory Nodes and assigning tasks to run only within those sets. 280 This is primarily useful on large SMP or NUMA systems. 281 282 Say N if unsure. 283 284config FAIR_GROUP_SCHED | 1config DEFCONFIG_LIST 2 string 3 depends on !UML 4 option defconfig_list 5 default "/lib/modules/$UNAME_RELEASE/.config" 6 default "/etc/kernel-config" 7 default "/boot/config-$UNAME_RELEASE" 8 default "arch/$ARCH/defconfig" --- 268 unchanged lines hidden (view full) --- 277 This option will let you create and manage CPUSETs which 278 allow dynamically partitioning a system into sets of CPUs and 279 Memory Nodes and assigning tasks to run only within those sets. 280 This is primarily useful on large SMP or NUMA systems. 281 282 Say N if unsure. 283 284config FAIR_GROUP_SCHED |
285 bool "Fair group cpu scheduler" | 285 bool "Fair group CPU scheduler" |
286 default y 287 depends on EXPERIMENTAL 288 help | 286 default y 287 depends on EXPERIMENTAL 288 help |
289 This feature lets cpu scheduler recognize task groups and control cpu | 289 This feature lets CPU scheduler recognize task groups and control CPU |
290 bandwidth allocation to such task groups. 291 292choice 293 depends on FAIR_GROUP_SCHED 294 prompt "Basis for grouping tasks" 295 default FAIR_USER_SCHED 296 | 290 bandwidth allocation to such task groups. 291 292choice 293 depends on FAIR_GROUP_SCHED 294 prompt "Basis for grouping tasks" 295 default FAIR_USER_SCHED 296 |
297 config FAIR_USER_SCHED 298 bool "user id" 299 help 300 This option will choose userid as the basis for grouping 301 tasks, thus providing equal cpu bandwidth to each user. | 297config FAIR_USER_SCHED 298 bool "user id" 299 help 300 This option will choose userid as the basis for grouping 301 tasks, thus providing equal CPU bandwidth to each user. |
302 303endchoice 304 305config SYSFS_DEPRECATED 306 bool "Create deprecated sysfs files" 307 default y 308 help 309 This option creates deprecated symlinks such as the --- 382 unchanged lines hidden --- | 302 303endchoice 304 305config SYSFS_DEPRECATED 306 bool "Create deprecated sysfs files" 307 default y 308 help 309 This option creates deprecated symlinks such as the --- 382 unchanged lines hidden --- |