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:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:uv_setup_proc_files

Proto:static __init void uv_setup_proc_files(int hubless)

Type:void

Parameter:

TypeParameterName
inthubless
1518  pde = proc_mkdir(UV_PROC_NODE, NULL)
1519  proc_create_single("oemid", 0, pde, proc_oemid_show)
1520  If hubless Then proc_create_single("hubless", 0, pde, proc_hubless_show)
1522  Else proc_create_single("hubbed", 0, pde, Setup user proc fs files )
Caller
NameDescribe
uv_system_init_hublessInitialize UV hubless systems
uv_system_init_hub