函数逻辑报告 |
Source Code:kernel\sched\core.c |
Create Date:2022-07-27 10:36:39 |
Last Modify:2022-05-22 13:40:38 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Print scheduling while atomic bug:
函数原型:static noinline void __schedule_bug(struct task_struct *prev)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | prev |
3857 | printk(r conditions "BUG: scheduling while atomic: %s/%d/0x%08x\n", 是否使用FPU, 进程ID, 抢占计数值) |
3860 | debug_show_held_locks(prev) |
3861 | print_modules() |
3862 | 如果已禁止中断()则print_irqtrace_events(prev) |
3870 | 如果panic_on_warn则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
3873 | dump_stack() |
名称 | 描述 |
---|---|
schedule_debug | 调试检查和统计 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |