alistair23-linux/kernel/sched
Thomas Gleixner c5491ea779 sched/rt: Add schedule_preempt_disabled()
Add helper to get rid of the ever repeating:

    preempt_enable_no_resched();
    schedule();
    preempt_disable();

patterns.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-wxx7btox7coby6ifv5vzhzgp@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2012-03-01 10:28:03 +01:00
..
auto_group.c
auto_group.h
clock.c
core.c sched/rt: Add schedule_preempt_disabled() 2012-03-01 10:28:03 +01:00
cpupri.c
cpupri.h
debug.c sched: Remove sched_switch 2012-01-27 13:28:53 +01:00
fair.c Merge branch 'linus' into sched/core 2012-03-01 10:26:43 +01:00
features.h
idle_task.c
Makefile
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