Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\apic\x2apic_uv_x.c Create Date:2022-07-28 08:34:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:uv_init_heartbeat

Proto:static __init int uv_init_heartbeat(void)

Type:int

Parameter:Nothing

1099  If is_uv_system() Then
1100  for_each_online_cpu(cpu)
1101  uv_heartbeat_enable(cpu)
1104  Return 0