Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kvzalloc_node

Proto:static inline void *kvzalloc_node(size_t size, gfp_t flags, int node)

Type:void

Parameter:

TypeParameterName
size_tsize
gfp_tflags
intnode
659  Return kvmalloc_node(size, flags | __GFP_ZERO, node)
Caller
NameDescribe
test_kvzalloc_nodeAllocator uses a trailing node argument --------+ (e.g. kmalloc_node())* Allocator uses the gfp_t argument -----------+ | (e.g. kmalloc())* Allocator uses a special leading argument + | | (e.g. devm_kmalloc())* | | |