linux/kernel/sched
Peter Zijlstra 8e45cb545d sched: Move load-balancing arguments into helper struct
Passing large sets of similar arguments all around the load-balancer
gets tiresom when you want to modify something. Stick them all in a
helper structure and pass the structure around.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: pjt@google.com
Link: http://lkml.kernel.org/n/tip-5slqz0vhsdzewrfk9eza1aon@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2012-03-01 10:51:22 +01:00
..
Makefile
auto_group.c
auto_group.h
clock.c
core.c sched/rt: Do not submit new work when PI-blocked 2012-03-01 10:46:54 +01:00
cpupri.c kernel-doc: fix kernel-doc warnings in sched 2012-01-23 08:44:54 -08:00
cpupri.h
debug.c sched: Remove sched_switch 2012-01-27 13:28:53 +01:00
fair.c sched: Move load-balancing arguments into helper struct 2012-03-01 10:51:22 +01:00
features.h
idle_task.c
rt.c sched/rt: Do not throttle when PI boosting 2012-03-01 10:28:02 +01:00
sched.h sched: Make initial SCHED_RR timeslace DEF_TIMESLICE 2012-02-22 12:28:29 +01:00
stats.c sched: Remove sched_switch 2012-01-27 13:28:53 +01:00
stats.h
stop_task.c