1BLK_QUEUE_INIT_TAGS(9) Block Devices BLK_QUEUE_INIT_TAGS(9)
23
4
NAME
6blk_queue_init_tags - initialize the queue tag info
7
SYNOPSIS
9int blk_queue_init_tags(struct request_queue * q, int depth,
10struct blk_queue_tag * tags);
11
ARGUMENTS
13q
14the request queue for the device
1516
depth
17the maximum queue depth supported
1819
tags
20the tag to use
21
DESCRIPTION
23Queue lock must be held here if the function is called to resize an
24existing map.
25
COPYRIGHT
27Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_INIT_TAGS(9)