Searched refs:tdepth (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/block/
H A Dblk-mq-tag.c659 int blk_mq_tag_update_depth(struct blk_mq_tags *tags, unsigned int tdepth) blk_mq_tag_update_depth() argument
661 tdepth -= tags->nr_reserved_tags; blk_mq_tag_update_depth()
662 if (tdepth > tags->nr_tags) blk_mq_tag_update_depth()
669 bt_update_count(&tags->bitmap_tags, tdepth); blk_mq_tag_update_depth()

Completed in 68 milliseconds