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

/linux-master/block/
H A Dblk-mq-sched.c93 unsigned int max_dispatch; local
98 max_dispatch = 1;
100 max_dispatch = hctx->queue->nr_requests;
152 } while (count < max_dispatch);

Completed in 116 milliseconds