函数逻辑报告 |
Source Code:kernel\torture.c |
Create Date:2022-07-27 15:11:53 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Detect and respond to a system shutdown.
函数原型:static int torture_shutdown_notify(struct notifier_block *unused1, unsigned long unused2, void *unused3)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct notifier_block * | unused1 | |
unsigned long | unused2 | |
void * | unused3 |
534 | mutex_lock( & fullstop_mutex) |
535 | 如果READ_ONCE(fullstop)恒等于Normal operation. 则 |
536 | VERBOSE_TOROUT_STRING("Unscheduled system shutdown detected") |
538 | 否则 |
539 | 打印警告信息("Concurrent rmmod and shutdown illegal!\n") |
542 | 返回:Don't care |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |