Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\uv\uv_hub.h Create Date:2022-07-28 08:33:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Convert an apicid to the socket number on the blade

Proto:static inline int uv_apicid_to_socket(int apicid)

Type:int

Parameter:

TypeParameterName
intapicid
599  If WARNING: UVx_HUB_IS_SUPPORTED defines are deprecated and will be removed Then Return apicid >> apic_pnode_shift - 1 & 1
601  Else Return 0