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

/linux-master/block/
H A Dmq-deadline.c38 static const int fifo_batch = 16; /* # of sequential requests treated as one variable
98 int fifo_batch; member in struct:deadline_data
315 * read/write expire, fifo_batch, etc and with a start time <= @latest_start.
342 if (rq && dd->batching < dd->fifo_batch) {
588 dd->fifo_batch = fifo_batch;
793 SHOW_INT(deadline_fifo_batch_show, dd->fifo_batch);
823 STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX);
837 DD_ATTR(fifo_batch),

Completed in 94 milliseconds