Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:rawdata_f_data_alloc

Proto:static struct rawdata_f_data *rawdata_f_data_alloc(size_t size)

Type:struct rawdata_f_data

Parameter:

TypeParameterName
size_tsize
88  If size > SIZE_MAX - size of ret Then Return ERR_PTR( - EINVAL)
91  ret = kvzalloc( size of ret + size, GFP_KERNEL)
92  If Not ret Then Return ERR_PTR( - ENOMEM)
95  Return ret
Caller
NameDescribe
rawdata_open