函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:lockup_detector_update_enable - Update the sysctl enable bit* Caller needs to make sure that the NMI/perf watchdogs are off, so this* can't race with watchdog_nmi_disable().

函数原型:static void lockup_detector_update_enable(void)

返回类型:void

参数:

153  watchdog_enabled等于0
154  如果非watchdog_user_enabled则返回
156  如果nmi_watchdog_availablenmi_watchdog_user_enabledwatchdog_enabled或等于NMI_WATCHDOG_ENABLED
158  如果soft_watchdog_user_enabledwatchdog_enabled或等于SOFT_WATCHDOG_ENABLED
调用者
名称描述
lockup_detector_reconfigure