函数逻辑报告 |
Source Code:kernel\watchdog.c |
Create Date:2022-07-27 12:50:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:mmon function for watchdog, nmi_watchdog and soft_watchdog parameter* caller | table->data points to | 'which'* -------------------|----------------------------|--------------------------* proc_watchdog | watchdog_user_enabled | NMI_WATCHDOG_ENABLED |* |
函数原型:static int proc_watchdog_common(int which, struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | which | |
struct ctl_table * | table | |
int | write | |
void __user * | buffer | |
size_t * | lenp | |
loff_t * | ppos |
687 | mutex_lock( & watchdog_mutex) |
689 | 如果非write则 |
694 | param等于watchdog_enabled按位与which的值不等于0 |
695 | err等于指定大小读sysctl整数向量 |
696 | 否则 |
698 | err等于指定大小读sysctl整数向量 |
699 | 如果非err且old不等于READ_ONCE( * param)则Propagate any changes to the watchdog threads |
703 | 返回:err |
名称 | 描述 |
---|---|
proc_watchdog | /proc/sys/kernel/watchdog |
proc_nmi_watchdog | /proc/sys/kernel/nmi_watchdog |
proc_soft_watchdog | /proc/sys/kernel/soft_watchdog |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |