Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-mq-tag.c Create Date:2022-07-28 17:12:59
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:bt_alloc

Proto:static int bt_alloc(struct sbitmap_queue *bt, unsigned int depth, bool round_robin, int node)

Type:int

Parameter:

TypeParameterName
struct sbitmap_queue *bt
unsigned intdepth
boolround_robin
intnode
431  Return sbitmap_queue_init_node(bt, depth, - 1, round_robin, GFP_KERNEL, node)
Caller
NameDescribe
blk_mq_init_bitmap_tags