From: Clark Williams Date: Thu, 7 Feb 2013 15:47:04 +0000 (-0600) Subject: sched/rt: Add a tuning knob to allow changing SCHED_RR timeslice X-Git-Tag: v3.9-rc1~172^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce0dbbbb30aee6a835511d5be446462388ba9eee;p=pandora-kernel.git 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 Cc: Peter Zijlstra Cc: Steven Rostedt Link: http://lkml.kernel.org/r/20130207094704.13751796@riff.lan Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed