函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Don't grab lock, we're oopsing.

函数原型:void print_modules(void)

返回类型:void

参数:

4531  printk - print a kernel message*@fmt: format string* This is printk(). It can be called from any context. We want it to work.* We try to grab the console_lock. If we succeed, it's easy - we log the* output and call the console drivers
4533  禁止抢占()
4535  如果state恒等于 Still setting it up. 则继续下一循环
4537  打印标准信息(" %s%s", Unique handle for this module , Keep in sync with MODULE_FLAGS_BUF_SIZE !!! )
4539  禁用抢占和中断()
4540  如果last_unloaded_module[0]则打印标准信息(" [last unloaded: %s]", last_unloaded_module)
4542  打印标准信息("\n")
调用者
名称描述
__schedule_bugPrint scheduling while atomic bug:
watchdog_overflow_callbackCallback function for perf event subsystem
__die
__warn
bad_page