1BLK_QUEUE_INIT_TAGS(9) Block Devices BLK_QUEUE_INIT_TAGS(9)
2
3
4
6 blk_queue_init_tags - initialize the queue tag info
7
9 int blk_queue_init_tags(struct request_queue * q, int depth,
10 struct blk_queue_tag * tags, int alloc_policy);
11
13 q
14 the request queue for the device
15
16 depth
17 the maximum queue depth supported
18
19 tags
20 the tag to use
21
22 alloc_policy
23 tag allocation policy
24
26 Queue lock must be held here if the function is called to resize an
27 existing map.
28
30Kernel Hackers Manual 3.10 June 2019 BLK_QUEUE_INIT_TAGS(9)