Home
last modified time | relevance | path

Searched refs:max_depth (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-tag.c42 BUG_ON(find_first_bit(bqt->tag_map, bqt->max_depth) < in __blk_free_tags()
43 bqt->max_depth); in __blk_free_tags()
130 tags->max_depth = depth; in init_tag_map()
223 int max_depth, nr_ulongs; in blk_queue_resize_tags() local
235 bqt->max_depth = new_depth; in blk_queue_resize_tags()
251 max_depth = bqt->real_max_depth; in blk_queue_resize_tags()
256 memcpy(bqt->tag_index, tag_index, max_depth * sizeof(struct request *)); in blk_queue_resize_tags()
257 nr_ulongs = ALIGN(max_depth, BITS_PER_LONG) / BITS_PER_LONG; in blk_queue_resize_tags()
331 unsigned max_depth; in blk_queue_start_tag() local
349 max_depth = bqt->max_depth; in blk_queue_start_tag()
[all …]