other versions
BLK_SET_QUEUE_DEPTH(9) | Block Devices | BLK_SET_QUEUE_DEPTH(9) |
NAME¶
blk_set_queue_depth - tell the block layer about the device queue depth
SYNOPSIS¶
void blk_set_queue_depth(struct request_queue * q, unsigned int depth);
ARGUMENTS¶
struct request_queue * q
the request queue for the device
unsigned int depth
queue depth
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |