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_unlock

Proto:void debug_rt_mutex_unlock(struct rt_mutex *lock)

Type:void

Parameter:

TypeParameterName
struct rt_mutex *lock
145  DEBUG_LOCKS_WARN_ON(rt_mutex_owner(lock) != current process)
Caller
NameDescribe
rt_mutex_slowunlockSlow path to release a rt-mutex.* Return whether the current task needs to call rt_mutex_postunlock().
__rt_mutex_futex_unlockFutex variant, that since futex variants do not use the fast-path, can be* simple and will not need to retry.