diff options
author | Yang Yang <[email protected]> | 2023-10-09 20:24:28 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2023-10-09 14:54:50 +0200 |
commit | e03dc9fa0663bc303383170e961561462ff00c93 (patch) | |
tree | ffb14a99d4b8f078cb41234b88a969cc7d03665b /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | 5b77261c5510f1e6f4d359e97dd3e39ee7259c3d (diff) |
sched/psi: Change update_triggers() to a 'void' function
Update_triggers() always returns now + group->rtpoll_min_period, and the
return value is only used by psi_rtpoll_work(), so change update_triggers()
to a void function, let group->rtpoll_next_update = now +
group->rtpoll_min_period directly.
This will avoid unnecessary function return value passing & simplifies
the function.
[ mingo: Updated changelog ]
Suggested-by: Suren Baghdasaryan <[email protected]>
Signed-off-by: Yang Yang <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions