diff options
author | 2024-09-27 13:46:11 -1000 | |
---|---|---|
committer | 2024-10-07 10:16:18 -1000 | |
commit | b62933eee41e2909422c2c3d7fdb56217913faf9 (patch) | |
tree | f26475ccdff918a5ac055834c006926f88a3cb8d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sched_ext: scx_cgroup_exit() may be called without successful scx_cgroup_init() (diff) | |
download | wireguard-linux-b62933eee41e2909422c2c3d7fdb56217913faf9.tar.xz wireguard-linux-b62933eee41e2909422c2c3d7fdb56217913faf9.zip |
sched/core: Make select_task_rq() take the pointer to wake_flags instead of value
This will be used to allow select_task_rq() to indicate whether
->select_task_rq() was called by modifying *wake_flags.
This makes try_to_wake_up() call all functions that take wake_flags with
WF_TTWU set. Previously, only select_task_rq() was. Using the same flags is
more consistent, and, as the flag is only tested by ->select_task_rq()
implementations, it doesn't cause any behavior differences.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: David Vernet <void@manifault.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions