blk_queue_resize_tags
Name
blk_queue_resize_tags -- change the queueing depth
Synopsis
int blk_queue_resize_tags
(request_queue_t * q, int new_depth);
Arguments
- q
the request queue for the device
- new_depth
the new max command queueing depth
Notes
Must be called with the queue lock held.