Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\mutex-debug.c Create Date:2022-07-28 09:48:49
Last Modify:2022-05-22 15:17:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:debug_mutex_wake_waiter

Proto:void debug_mutex_wake_waiter(struct mutex *lock, struct mutex_waiter *waiter)

Type:void

Parameter:

TypeParameterName
struct mutex *lock
struct mutex_waiter *waiter
39  lockdep_assert_held( & wait_lock)
40  DEBUG_LOCKS_WARN_ON(list_empty - tests whether a list is empty*@head: the list to test.)
41  DEBUG_LOCKS_WARN_ON(magic != waiter)
42  DEBUG_LOCKS_WARN_ON(list_empty - tests whether a list is empty*@head: the list to test.)
Caller
NameDescribe
__mutex_unlock_slowpath