sched: Move group scheduling functions out of include/linux/sched.h
authorLi Zefan <lizefan@huawei.com>
Tue, 5 Mar 2013 08:07:33 +0000 (16:07 +0800)
committerIngo Molnar <mingo@kernel.org>
Wed, 6 Mar 2013 10:24:34 +0000 (11:24 +0100)
commit25cc7da7e6336d3bb6a5bad3d3fa96fce9a81d5b
treef039848c9d9ef5a3baf50b3a40eaa867b013e40f
parent15f803c94bd92b17708aad9e74226fd0b2c9130c
sched: Move group scheduling functions out of include/linux/sched.h

- Make sched_group_{set_,}runtime(), sched_group_{set_,}period()
and sched_rt_can_attach() static.

- Move sched_{create,destroy,online,offline}_group() to
kernel/sched/sched.h.

- Remove declaration of sched_group_shares().

Signed-off-by: Li Zefan <lizefan@huawei.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/5135A7C5.3000708@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
include/linux/sched.h
kernel/sched/core.c
kernel/sched/sched.h
This page took 0.026146 seconds and 5 git commands to generate.