aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorKevin Hao <[email protected]>2023-12-18 13:35:58 +0800
committerAndreas Gruenbacher <[email protected]>2023-12-21 22:53:46 +0100
commitedd13270fa0660fda608b5f2bf989c770d90d469 (patch)
tree825538b4681c2831414a9d16738d693c939986ca /scripts/gdb/linux/utils.py
parent76e7211ca129f6a9117ae88c020a4c1cafaa24cc (diff)
gfs2: 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: try_to_freeze(); wait_event_interruptible_timeout(); We can change it to a simple wait_event_freezable_timeout() and then eliminate a function call. Signed-off-by: Kevin Hao <[email protected]> Signed-off-by: Andreas Gruenbacher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions