Home
last modified time | relevance | path

Searched refs:max_dispatch (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dblk-mq-sched.c123 unsigned int max_dispatch; in __blk_mq_do_dispatch_sched() local
128 max_dispatch = 1; in __blk_mq_do_dispatch_sched()
130 max_dispatch = hctx->queue->nr_requests; in __blk_mq_do_dispatch_sched()
168 } while (++count < max_dispatch); in __blk_mq_do_dispatch_sched()
/kernel/linux/linux-6.6/block/
H A Dblk-mq-sched.c93 unsigned int max_dispatch; in __blk_mq_do_dispatch_sched() local
98 max_dispatch = 1; in __blk_mq_do_dispatch_sched()
100 max_dispatch = hctx->queue->nr_requests; in __blk_mq_do_dispatch_sched()
152 } while (count < max_dispatch); in __blk_mq_do_dispatch_sched()

Completed in 2 milliseconds