Files
kernel_xiaomi_sm8250/include/linux
Steven Rostedt cb46984504 sched: RT-balance, add new methods to sched_class
Dmitry Adamushko found that the current implementation of the RT
balancing code left out changes to the sched_setscheduler and
rt_mutex_setprio.

This patch addresses this issue by adding methods to the schedule classes
to handle being switched out of (switched_from) and being switched into
(switched_to) a sched_class. Also a method for changing of priorities
is also added (prio_changed).

This patch also removes some duplicate logic between rt_mutex_setprio and
sched_setscheduler.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-01-25 21:08:22 +01:00
..
2008-01-15 16:35:21 -05:00
2008-01-25 21:08:02 +01:00
2008-01-23 21:23:13 -05:00
2008-01-14 21:53:31 +01:00
2008-01-25 21:08:07 +01:00
2008-01-24 20:40:05 -08:00
2008-01-24 20:40:26 -08:00