Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\futex.c Create Date:2022-07-28 10:55:04
Last Modify:2020-03-17 15:28:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:futex_cleanup_end

Proto:static void futex_cleanup_end(struct task_struct *tsk, int state)

Type:void

Parameter:

TypeParameterName
struct task_struct *tsk
intstate
3818  futex_state = state
3823  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
futex_exec_release
futex_exit_release