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_free

Proto:static void rawdata_f_data_free(struct rawdata_f_data *private)

Type:void

Parameter:

TypeParameterName
struct rawdata_f_data *private
77  If Not private Then Return
80  aa_put_loaddata(loaddata)
81  kvfree() - Free memory.*@addr: Pointer to allocated memory.* kvfree frees memory allocated by any of vmalloc(), kmalloc() or kvmalloc().* It is slightly more efficient to use kfree() or vfree() if you are certain* that you know which one to use.
Caller
NameDescribe
rawdata_release
rawdata_open