sched: rt-group: interface
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Wed, 13 Feb 2008 14:45:39 +0000 (15:45 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 13 Feb 2008 14:45:39 +0000 (15:45 +0100)
commit9f0c1e560c43327b70998e6c702b2f01321130d9
treeb2cc7ef5bb0dc9d7d2912de339bff3e0db3530c9
parent23b0fdfc9299b137bd126e9dc22f62a59dae546d
sched: rt-group: interface

Change the rt_ratio interface to rt_runtime_us, to match rt_period_us.
This avoids picking a granularity for the ratio.

Extend the /sys/kernel/uids/<uid>/ interface to allow setting
the group's rt_runtime.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/sched-rt-group.txt [new file with mode: 0644]
include/linux/sched.h
kernel/sched.c
kernel/sched_rt.c
kernel/sysctl.c
kernel/user.c