Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:clean_opal_dev

Proto:static void clean_opal_dev(struct opal_dev *dev)

Type:void

Parameter:

TypeParameterName
struct opal_dev *dev
2123  mutex_lock( & dev_lock)
2125  deletes entry from list
2126  kfree(suspend)
2128  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.
Caller
NameDescribe
free_opal_dev
opal_reverttper