Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:cpuid_device_create

Proto:static int cpuid_device_create(unsigned int cpu)

Type:int

Parameter:

TypeParameterName
unsigned intcpu
132  dev = device_create(cpuid_class, NULL, MKDEV(CPUID_MAJOR, cpu), NULL, "cpu%d", cpu)
134  Return PTR_ERR_OR_ZERO(dev)