Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Ensure that an exported symbol [global namespace] does not already exist* in the kernel or in some other module's exported symbol table.* You must hold the module_mutex.

Proto:static int verify_exported_symbols(struct module *mod)

Type:int

Parameter:

TypeParameterName
struct module *mod
2267  struct{const struct kernel_symbol * sym;unsigned int num;}arr[] = {{ Exported symbols , num_syms}, {gpl_syms, GPL-only exported symbols. }, { symbols that will be GPL-only in the near future. , num_gpl_future_syms}, }
2280  When i < ARRAY_SIZE - get the number of elements in array @arr*@arr: array to be sized(arr) cycle
2281  When s < sym + num cycle
2292  Return 0
Caller
NameDescribe
complete_formation