Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\sed-opal.c Create Date:2022-07-28 18:12:53
Last Modify:2020-03-17 23:36:33 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:opal_lock_unlock

Proto:static int opal_lock_unlock(struct opal_dev *dev, struct opal_lock_unlock *lk_unlk)

Type:int

Parameter:

TypeParameterName
struct opal_dev *dev
struct opal_lock_unlock *lk_unlk
2403  If who > OPAL_USER9 Then Return -EINVAL
2406  mutex_lock( & dev_lock)
2407  ret = __opal_lock_unlock(dev, lk_unlk)
2408  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
2410  Return ret
Caller
NameDescribe
sed_ioctl