Home
last modified time | relevance | path

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

/linux-4.19.296/block/
Dblk-tag.c111 tags->real_max_depth = depth; in init_tag_map()
219 if (new_depth <= bqt->real_max_depth) { in blk_queue_resize_tags()
236 max_depth = bqt->real_max_depth; in blk_queue_resize_tags()
269 BUG_ON(tag >= bqt->real_max_depth); in blk_queue_end_tag()
/linux-4.19.296/include/linux/
Dblkdev.h352 int real_max_depth; /* what the array can hold */ member
1394 if (unlikely(bqt == NULL || tag >= bqt->real_max_depth)) in blk_map_queue_find_tag()