Files
linux/drivers
Jens Axboe d278d4a889 block: add code to track actual device queue depth
For blk-mq, ->nr_requests does track queue depth, at least at init
time. But for the older queue paths, it's simply a soft setting.
On top of that, it's generally larger than the hardware setting
on purpose, to allow backup of requests for merging.

Fill a hole in struct request with a 'queue_depth' member, that
drivers can call to more closely inform the block layer of the
real queue depth.

Signed-off-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Jan Kara <jack@suse.cz>
2016-11-05 17:09:53 -06:00
..
2016-09-27 12:33:47 +02:00
2016-09-20 20:57:12 +10:00
2016-10-11 15:06:33 -07:00
2016-11-01 09:43:26 -06:00
2016-10-11 15:06:33 -07:00
2016-09-29 13:36:38 -06:00