Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\panic.c Create Date:2022-07-28 08:59:45
Last Modify:2022-05-22 10:57:01 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:spin_msec

Proto:static void spin_msec(int msecs)

Type:void

Parameter:

TypeParameterName
intmsecs
444  When i < msecs cycle
445  h_nmi_watchdog - restart NMI watchdog timeout.* If the architecture supports the NMI watchdog, touch_nmi_watchdog()* may be used to reset the timeout - for code which intentionally* disables interrupts for a long time. This call is stateless.
446  mdelay(1)
Caller
NameDescribe
do_oops_enter_exitIt just happens that oops_enter() and oops_exit() are identically* implemented...