linux/kernel/sched
Thomas Gleixner 8b0e195314 ktime: Cleanup ktime_set() usage
ktime_set(S,N) was required for the timespec storage type and is still
useful for situations where a Seconds and Nanoseconds part of a time value
needs to be converted. For anything where the Seconds argument is 0, this
is pointless and can be replaced with a simple assignment.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
2016-12-25 17:21:22 +01:00
..
auto_group.c sched/autogroup: Fix 64-bit kernel nice level adjustment 2016-11-24 05:45:02 +01:00
auto_group.h
clock.c
completion.c
core.c ktime: Cleanup ktime_set() usage 2016-12-25 17:21:22 +01:00
cpuacct.c
cpuacct.h
cpudeadline.c
cpudeadline.h
cpufreq_schedutil.c cpufreq: schedutil: Rectify comment in sugov_irq_work() function 2016-11-24 21:50:59 +01:00
cpufreq.c
cpupri.c
cpupri.h
cputime.c
deadline.c sched/dl: Fix comment in pick_next_task_dl() 2016-11-23 10:23:21 +01:00
debug.c
fair.c sched/core: Use load_avg for selecting idlest group 2016-12-11 13:10:57 +01:00
features.h
idle_task.c
idle.c sched/idle: Add support for tasks that inject idle 2016-11-29 14:02:21 +01:00
loadavg.c
Makefile
rt.c
sched.h sched: Extend scheduler's asym packing 2016-11-24 14:09:46 +01:00
stats.c
stats.h
stop_task.c
swait.c
wait.c