Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:alloc_apic_chip_data

Proto:static struct apic_chip_data *alloc_apic_chip_data(int node)

Type:struct apic_chip_data

Parameter:

TypeParameterName
intnode
106  apicd = kzalloc_node - allocate zeroed memory from a particular memory node.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc).*@node: memory node from which to allocate
107  If apicd Then INIT_HLIST_NODE( & clist)
109  Return apicd
Caller
NameDescribe
x86_vector_alloc_irqs