Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\integrity\iint.c Create Date:2022-07-28 19:56:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:init_once

Proto:static void init_once(void *foo)

Type:void

Parameter:

TypeParameterName
void *foo
155  iint = foo
157  memset(iint, 0, size of iint )
158  ima_file_status = INTEGRITY_UNKNOWN
159  ima_mmap_status = INTEGRITY_UNKNOWN
160  ima_bprm_status = INTEGRITY_UNKNOWN
161  ima_read_status = INTEGRITY_UNKNOWN
162  ima_creds_status = INTEGRITY_UNKNOWN
163  evm_status = INTEGRITY_UNKNOWN
164  mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & protects: version, flags, digest )