Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Stop other CPUs in panic. Architecture dependent code may override this* with more suitable version. For example, if the architecture supports* crash dump, it should save registers of each stopped CPU and disable

Proto:void __weak crash_smp_send_stop(void)

Type:void

Parameter:Nothing

104  If cpus_stopped Then Return
112  smp_send_stop()
113  cpus_stopped = 1
Caller
NameDescribe
panicpanic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns.