diff options
author | Kevin Hao <haokexin@gmail.com> | 2023-12-21 10:22:26 +0800 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2024-02-16 11:46:31 +0100 |
commit | ed917040ebf5a66250cfda91bf8aec325ab09724 (patch) | |
tree | 257d22d0eea9b3060d0a3da25def935ce4e96857 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 856525e8db272b0ce6d9c6e6c2eeb97892b485a6 (diff) |
media: dvb_frontend: Use wait_event_freezable_timeout() for freezable kthread
A freezable kernel thread can enter frozen state during freezing by
either calling try_to_freeze() or using wait_event_freezable() and its
variants. So for the following snippet of code in a kernel thread loop:
wait_event_interruptible_timeout();
try_to_freeze();
We can change it to a simple wait_event_freezable_timeout() and
then eliminate a function call.
Signed-off-by: Kevin Hao <haokexin@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions