WSL2-Linux-Kernel/kernel/sched
Valentin Schneider 1777057905 sched: Add WF_TTWU, WF_EXEC wakeup flags
To remove the sd_flag parameter of select_task_rq(), we need another way of
encoding wakeup types. There already is a WF_FORK flag, add the missing two.

With that said, we still need an easy way to turn WF_foo into
SD_bar (e.g. WF_TTWU into SD_BALANCE_WAKE). As suggested by Peter, let's
make our lives easier and make them match exactly, and throw in some
compile-time checks for good measure.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20201102184514.2733-2-valentin.schneider@arm.com
2020-11-10 18:39:06 +01:00
..
Makefile
autogroup.c
autogroup.h
clock.c
completion.c
core.c Merge branch 'sched/migrate-disable' 2020-11-10 18:39:04 +01:00
cpuacct.c
cpudeadline.c sched,rt: Use the full cpumask for balancing 2020-11-10 18:39:00 +01:00
cpudeadline.h
cpufreq.c
cpufreq_schedutil.c cpufreq: schedutil: restore cached freq when next_f is not changed 2020-10-19 17:38:16 +02:00
cpupri.c Merge branch 'sched/migrate-disable' 2020-11-10 18:39:04 +01:00
cpupri.h sched/cpupri: Add CPUPRI_HIGHER 2020-10-29 11:00:30 +01:00
cputime.c sched/cputime: Improve cputime_adjust() 2020-06-15 14:10:00 +02:00
deadline.c Merge branch 'sched/migrate-disable' 2020-11-10 18:39:04 +01:00
debug.c sched/topology: Move sd_flag_debug out of #ifdef CONFIG_SYSCTL 2020-09-09 10:09:03 +02:00
fair.c sched/fair: Remove superfluous lock section in do_sched_cfs_slack_timer() 2020-11-10 18:39:05 +01:00
features.h sched/rt: Disable RT_RUNTIME_SHARE by default 2020-09-25 14:23:24 +02:00
idle.c sched: Remove relyance on STRUCT_ALIGNMENT 2020-10-29 11:00:32 +01:00
isolation.c isolcpus: Affine unbound kernel threads to housekeeping cpus 2020-06-15 14:10:03 +02:00
loadavg.c sched: nohz: stop passing around unused "ticks" parameter. 2020-07-22 10:22:04 +02:00
membarrier.c sched: membarrier: document memory ordering scenarios 2020-10-29 11:00:31 +01:00
pelt.c sched: Add a tracepoint to track rq->nr_running 2020-07-08 11:39:02 +02:00
pelt.h sched/pelt: Cleanup PELT divider 2020-06-15 14:10:06 +02:00
psi.c sched,psi: Convert to sched_set_fifo_low() 2020-06-15 14:10:25 +02:00
rt.c Merge branch 'sched/migrate-disable' 2020-11-10 18:39:04 +01:00
sched-pelt.h
sched.h sched: Add WF_TTWU, WF_EXEC wakeup flags 2020-11-10 18:39:06 +01:00
smp.h
stats.c
stats.h
stop_task.c sched: Remove relyance on STRUCT_ALIGNMENT 2020-10-29 11:00:32 +01:00
swait.c
topology.c sched/deadline: Optimize sched_dl_global_validate() 2020-10-29 11:00:28 +01:00
wait.c list: add "list_del_init_careful()" to go with "list_empty_careful()" 2020-08-02 20:39:44 -07:00
wait_bit.c