函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:resolve_symbol_wait

函数原型:static const struct kernel_symbol *resolve_symbol_wait(struct module *mod, const struct load_info *info, const char *name)

返回类型:struct kernel_symbol

参数:

类型参数名称
struct module *mod
const struct load_info *info
const char *name
1487  如果wait_event_interruptible_timeout - sleep until a condition gets true or a timeout elapses*@wq_head: the waitqueue to wait on*@condition: a C expression for the event to wait for*@timeout: timeout, in jiffies* The process is put to sleep (Waiting for a module to finish initializing? , !是错误 || 错误 != - EBUSY, 30 * HZ)小于等于0则
1491  打印警告信息("%s: gave up waiting for init of module %s.\n", Unique handle for this module , owner)
1494  返回:ksym
调用者
名称描述
simplify_symbolsChange all symbols so that st_value encodes the pointer directly.