diff options
author | 2025-04-09 09:05:59 -1000 | |
---|---|---|
committer | 2025-04-09 09:05:59 -1000 | |
commit | cc39454c341e02b929e565f8a37cfe9b18c7a0a9 (patch) | |
tree | d1582284ac42a54cb95c19c936f080442da5cebc /scripts/lib/kdoc/kdoc_files.py | |
parent | sched_ext: Indentation updates (diff) | |
download | wireguard-linux-cc39454c341e02b929e565f8a37cfe9b18c7a0a9.tar.xz wireguard-linux-cc39454c341e02b929e565f8a37cfe9b18c7a0a9.zip |
sched_ext: Remove scx_ops_enq_* static_keys
scx_ops_enq_last/exiting/migration_disabled are used to encode the
corresponding SCX_OPS_ flags into static_keys. These flags aren't hot enough
for static_key usage to make any meaningful difference and are made
static_keys mostly because there was no reason not to. However, global
static_keys can't work with the planned hierarchical multiple scheduler
support. Remove the static_keys and test the ops flags directly.
In repeated hackbench runs before and after static_keys removal on an AMD
Ryzen 3900X, I couldn't tell any measurable performance difference.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Changwoo Min <changwoo@igalia.com>
Acked-by: Andrea Righi <arighi@nvidia.com>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions