alistair23-linux/include/linux/sched
Ingo Molnar 1050b27c52 sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>
Move cputime related functionality out of <linux/sched.h>, as most code
that includes <linux/sched.h> does not use that functionality.

Move data types that are not included in task_struct directly to
the signal definitions, into <linux/sched/signal.h>.

Also merge the (small) existing <linux/cputime.h> header into <linux/sched/cputime.h>.

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2017-03-03 01:45:22 +01:00
..
autogroup.h sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogroup.h> 2017-03-03 01:43:47 +01:00
clock.h sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h> 2017-03-02 08:42:42 +01:00
coredump.h sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h> 2017-03-03 01:43:36 +01:00
cpufreq.h sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h> 2017-03-03 01:43:38 +01:00
cputime.h sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h> 2017-03-03 01:45:22 +01:00
deadline.h
debug.h sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h> 2017-03-03 01:43:43 +01:00
hotplug.h sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h> 2017-03-03 01:43:45 +01:00
idle.h sched/headers: Move idle polling methods to <linux/sched/idle.h> 2017-03-02 08:42:41 +01:00
init.h sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h> 2017-03-02 08:42:40 +01:00
jobctl.h sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h> 2017-03-03 01:43:41 +01:00
loadavg.h sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h> 2017-03-02 08:42:43 +01:00
mm.h sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h> 2017-03-03 01:43:42 +01:00
nohz.h sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h> 2017-03-03 01:43:43 +01:00
numa_balancing.h sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h> 2017-03-03 01:43:40 +01:00
prio.h
rt.h
signal.h sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h> 2017-03-03 01:45:22 +01:00
stat.h sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h> 2017-03-03 01:43:43 +01:00
sysctl.h
task.h sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h> 2017-03-03 01:45:22 +01:00
task_stack.h sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h> 2017-03-03 01:43:47 +01:00
topology.h sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h> 2017-03-02 08:42:41 +01:00
user.h sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header 2017-03-03 01:43:37 +01:00
wake_q.h sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h> 2017-03-02 08:42:42 +01:00
xacct.h sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h> 2017-03-03 01:43:41 +01:00