Lines Matching refs:depth
703 bit = find_next_bit(&bm->word, bm->depth, bit); in flush_busy_ctxs()
704 if (bit >= bm->depth) in flush_busy_ctxs()
1023 int depth, in blk_mq_insert_requests() argument
1030 trace_block_unplug(q, depth, !from_schedule); in blk_mq_insert_requests()
1075 unsigned int depth; in blk_mq_flush_plug_list() local
1083 depth = 0; in blk_mq_flush_plug_list()
1092 &ctx_list, depth, in blk_mq_flush_plug_list()
1098 depth = 0; in blk_mq_flush_plug_list()
1101 depth++; in blk_mq_flush_plug_list()
1110 blk_mq_insert_requests(this_q, this_ctx, &ctx_list, depth, in blk_mq_flush_plug_list()
1566 bitmap->map[i].depth = min(total, bitmap->bits_per_word); in blk_mq_alloc_bitmap()
1567 total -= bitmap->map[i].depth; in blk_mq_alloc_bitmap()
2224 unsigned int depth; in blk_mq_alloc_rq_maps() local
2227 depth = set->queue_depth; in blk_mq_alloc_rq_maps()
2245 if (depth != set->queue_depth) in blk_mq_alloc_rq_maps()
2247 depth, set->queue_depth); in blk_mq_alloc_rq_maps()