函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_kmod.c Create Date:2022-07-27 07:32:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:__kmod_config_free

函数原型:static void __kmod_config_free(struct test_config *config)

返回类型:void

参数:

类型参数名称
struct test_config *config
628  如果非config则返回
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
调用者
名称描述
kmod_config_free
__kmod_config_init