Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\locking\mutex.c Create Date:2022-07-28 09:47:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__mutex_clear_flag

Proto:static inline void __mutex_clear_flag(struct mutex *lock, unsigned long flag)

Type:void

Parameter:

TypeParameterName
struct mutex *lock
unsigned longflag
195  atomic_long_andnot(flag, & owner)
Caller
NameDescribe
__mutex_lock_commonLock a mutex (possibly interruptible), slowpath: