1BLK_SET_QUEUE_DEPTH(9) Block Devices BLK_SET_QUEUE_DEPTH(9)
23
4
NAME
6blk_set_queue_depth - tell the block layer about the device queue depth
7
SYNOPSIS
9void blk_set_queue_depth(struct request_queue * q, unsigned int depth);
10
ARGUMENTS
12q
13the request queue for the device
1415
depth
16queue depth
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 BLK_SET_QUEUE_DEPTH(9)