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

/linux-master/include/linux/
H A Dblk-mq.h319 * @next_cpu_batch: Counter of how many works left in the batch before
322 int next_cpu_batch; member in struct:blk_mq_hw_ctx
/linux-master/block/
H A Dblk-mq.c2180 if (--hctx->next_cpu_batch <= 0) {
2186 hctx->next_cpu_batch = BLK_MQ_CPU_WORK_BATCH;
2204 hctx->next_cpu_batch = 1;
3940 hctx->next_cpu_batch = BLK_MQ_CPU_WORK_BATCH;

Completed in 137 milliseconds