1BLK_QUEUE_INIT_TAGS(9)           Block Devices          BLK_QUEUE_INIT_TAGS(9)
2
3
4

NAME

6       blk_queue_init_tags - initialize the queue tag info
7

SYNOPSIS

9       int blk_queue_init_tags(struct request_queue * q, int depth,
10                               struct blk_queue_tag * tags);
11

ARGUMENTS

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

DESCRIPTION

23       Queue lock must be held here if the function is called to resize an
24       existing map.
25
27Kernel Hackers Manual 2.6.         June 2019            BLK_QUEUE_INIT_TAGS(9)
Impressum