Scroll to navigation

BLK_QUEUE_RESIZE_TAG(9) Block Devices BLK_QUEUE_RESIZE_TAG(9)

NAME

blk_queue_resize_tags - change the queueing depth

SYNOPSIS

int blk_queue_resize_tags(struct request_queue * q, int new_depth);

ARGUMENTS

struct request_queue * q

the request queue for the device

int new_depth

the new max command queueing depth

NOTES

Must be called with the queue lock held.

COPYRIGHT

June 2017 Kernel Hackers Manual 4.11