Skip to content

Commit

Permalink
sched: group-scheduler core
Browse files Browse the repository at this point in the history
Add interface to control cpu bandwidth allocation to task-groups.

(not yet configurable, due to missing CONFIG_CONTAINERS)

Signed-off-by: Srivatsa Vaddagiri <vatsa@linux.vnet.ibm.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
  • Loading branch information
Srivatsa Vaddagiri authored and Ingo Molnar committed Oct 15, 2007
1 parent 119fe5e commit 29f59db
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 18 deletions.
9 changes: 9 additions & 0 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ config CPUSETS

Say N if unsure.

config FAIR_GROUP_SCHED
bool "Fair group scheduler"
depends on EXPERIMENTAL && CONTAINERS
help
This option enables you to group tasks and control CPU resource
allocation to such groups.

Say N if unsure.

config SYSFS_DEPRECATED
bool "Create deprecated sysfs files"
default y
Expand Down
Loading

0 comments on commit 29f59db

Please sign in to comment.