Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fb.h Create Date:2022-07-28 08:48:57
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:alloc_apertures

Proto:static inline struct apertures_struct *alloc_apertures(unsigned int max_num)

Type:struct apertures_struct

Parameter:

TypeParameterName
unsigned intmax_num
509  a = 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).
511  If Not a Then Return NULL
513  count = max_num
514  Return a