Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kcalloc_node

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

Type:void

Parameter:

TypeParameterName
size_tn
size_tsize
gfp_tflags
intnode
638  Return kmalloc_array_node(n, size, flags | __GFP_ZERO, node)
Caller
NameDescribe
sbitmap_init_node
rb_alloc_aux
alloc_alien_cache
blk_mq_alloc_rq_map
blk_mq_realloc_hw_ctxs
blk_mq_realloc_tag_set_tags
blk_mq_alloc_tag_setAlloc a tag set to be associated with one or more request queues.* May fail with EINVAL for various error conditions. May adjust the* requested depth down, if it's too large. In that case, the set* value will be stored in set->queue_depth.
blk_alloc_zone_bitmap