Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_kmod.c Create Date:2022-07-28 06:34:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__kmod_config_free

Proto:static void __kmod_config_free(struct test_config *config)

Type:void

Parameter:

TypeParameterName
struct test_config *config
628  If Not config Then Return
631  kfree_const - conditionally free memory*@x: pointer to the memory* Function calls kfree only if @x is not in .rodata section.
632  test_driver = NULL
634  kfree_const - conditionally free memory*@x: pointer to the memory* Function calls kfree only if @x is not in .rodata section.
635  test_fs = NULL
Caller
NameDescribe
kmod_config_free
__kmod_config_init