Lines Matching refs:depth
746 bit = find_next_bit(&bm->word, bm->depth, bit); in flush_busy_ctxs()
747 if (bit >= bm->depth) in flush_busy_ctxs()
1059 int depth, in blk_mq_insert_requests() argument
1066 trace_block_unplug(q, depth, !from_schedule); in blk_mq_insert_requests()
1110 unsigned int depth; in blk_mq_flush_plug_list() local
1118 depth = 0; in blk_mq_flush_plug_list()
1127 &ctx_list, depth, in blk_mq_flush_plug_list()
1133 depth = 0; in blk_mq_flush_plug_list()
1136 depth++; in blk_mq_flush_plug_list()
1145 blk_mq_insert_requests(this_q, this_ctx, &ctx_list, depth, in blk_mq_flush_plug_list()
1538 bitmap->map[i].depth = min(total, bitmap->bits_per_word); in blk_mq_alloc_bitmap()
1539 total -= bitmap->map[i].depth; in blk_mq_alloc_bitmap()
2148 unsigned int depth; in blk_mq_alloc_rq_maps() local
2151 depth = set->queue_depth; in blk_mq_alloc_rq_maps()
2169 if (depth != set->queue_depth) in blk_mq_alloc_rq_maps()
2171 depth, set->queue_depth); in blk_mq_alloc_rq_maps()