Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\rtmutex-debug.c Create Date:2022-07-28 09:52:51
Last Modify:2020-03-17 14:29:42 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:debug_rt_mutex_proxy_unlock

Proto:void debug_rt_mutex_proxy_unlock(struct rt_mutex *lock)

Type:void

Parameter:

TypeParameterName
struct rt_mutex *lock
155  DEBUG_LOCKS_WARN_ON(!rt_mutex_owner(lock))
Caller
NameDescribe
rt_mutex_proxy_unlock_mutex_proxy_unlock - release a lock on behalf of owner*@lock: the rt_mutex to be locked* No locking. Caller has to do serializing itself* Special API call for PI-futex support. This merrily cleans up the rtmutex* (debugging) state