Lines Matching refs:depth
722 bit = find_next_bit(&bm->word, bm->depth, bit); in flush_busy_ctxs()
723 if (bit >= bm->depth) in flush_busy_ctxs()
1040 int depth, in blk_mq_insert_requests() argument
1047 trace_block_unplug(q, depth, !from_schedule); in blk_mq_insert_requests()
1092 unsigned int depth; in blk_mq_flush_plug_list() local
1100 depth = 0; in blk_mq_flush_plug_list()
1109 &ctx_list, depth, in blk_mq_flush_plug_list()
1115 depth = 0; in blk_mq_flush_plug_list()
1118 depth++; in blk_mq_flush_plug_list()
1127 blk_mq_insert_requests(this_q, this_ctx, &ctx_list, depth, in blk_mq_flush_plug_list()
1582 bitmap->map[i].depth = min(total, bitmap->bits_per_word); in blk_mq_alloc_bitmap()
1583 total -= bitmap->map[i].depth; in blk_mq_alloc_bitmap()
2241 unsigned int depth; in blk_mq_alloc_rq_maps() local
2244 depth = set->queue_depth; in blk_mq_alloc_rq_maps()
2262 if (depth != set->queue_depth) in blk_mq_alloc_rq_maps()
2264 depth, set->queue_depth); in blk_mq_alloc_rq_maps()