Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:mod_find

Proto:static struct module *mod_find(unsigned long addr)

Type:struct module

Parameter:

TypeParameterName
unsigned longaddr
219  If within_module(addr, mod) Then Return mod
223  Return NULL
Caller
NameDescribe
__module_address__module_address - get the module which contains an address.*@addr: the address.* Must be called with preempt disabled or module mutex held so that* module doesn't get freed during this.