Mel Gorman
930aa174fc
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
...
With scan rate adaptions based on whether the workload has properly
converged or not there should be no need for the scan period reset
hammer. Get rid of it.
Signed-off-by: Mel Gorman <mgorman@suse.de >
Reviewed-by: Rik van Riel <riel@redhat.com >
Cc: Andrea Arcangeli <aarcange@redhat.com >
Cc: Johannes Weiner <hannes@cmpxchg.org >
Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com >
Signed-off-by: Peter Zijlstra <peterz@infradead.org >
Link: http://lkml.kernel.org/r/1381141781-10992-60-git-send-email-mgorman@suse.de
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2013-10-09 14:48:18 +02:00
Clark Williams
bc681593b5
sched: move RR_TIMESLICE from sysctl.h to rt.h
...
Originally submitted by Clark Williams as part of a cleanup,
but happens also to fix an ia64 build problem:
arch/ia64/kernel/init_task.c:38: error: 'RR_TIMESLICE' undeclared here (not in a function)
Signed-off-by: Clark Williams <clark.williams@gmail.com >
Signed-off-by: Tony Luck <tony.luck@intel.com >
2013-02-22 09:20:11 -08:00
Clark Williams
ce0dbbbb30
sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice
...
Add a /proc/sys/kernel scheduler knob named
sched_rr_timeslice_ms that allows global changing of the
SCHED_RR timeslice value. User visable value is in milliseconds
but is stored as jiffies. Setting to 0 (zero) resets to the
default (currently 100ms).
Signed-off-by: Clark Williams <williams@redhat.com >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Steven Rostedt <rostedt@goodmis.org >
Link: http://lkml.kernel.org/r/20130207094704.13751796@riff.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2013-02-07 20:51:07 +01:00
Clark Williams
cf4aebc292
sched: Move sched.h sysctl bits into separate header
...
Move the sysctl-related bits from include/linux/sched.h into
a new file: include/linux/sched/sysctl.h. Then update source
files requiring access to those bits by including the new
header file.
Signed-off-by: Clark Williams <williams@redhat.com >
Cc: Peter Zijlstra <peterz@infradead.org >
Cc: Steven Rostedt <rostedt@goodmis.org >
Link: http://lkml.kernel.org/r/20130207094659.06dced96@riff.lan
Signed-off-by: Ingo Molnar <mingo@kernel.org >
2013-02-07 20:50:54 +01:00