Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__exit_umh

Proto:void __exit_umh(struct task_struct *tsk)

Type:void

Parameter:

TypeParameterName
struct task_struct *tsk
695  pid = process id
697  mutex_lock( & umh_list_lock)
699  If pid == pid Then
700  deletes entry from list
701  mutex_unlock( & umh_list_lock)
702  Go to out
705  mutex_unlock( & umh_list_lock)
706  Return
707  out :
708  If cleanup Then cleanup(info)
Caller
NameDescribe
exit_umh