Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\acpi\platform\aclinuxex.h Create Date:2022-07-28 07:37:04
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:acpi_os_allocate_zeroed

Proto:static inline void *acpi_os_allocate_zeroed(acpi_size size)

Type:void

Parameter:

TypeParameterName
acpi_sizesize
57  Return kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc).