Home
last modified time | relevance | path

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

/block/
Ddeadline-iosched.c23 static const int fifo_batch = 16; /* # of sequential requests treated as one variable
49 int fifo_batch; member
259 if (rq && dd->batching < dd->fifo_batch) in deadline_dispatch_requests()
356 dd->fifo_batch = fifo_batch; in deadline_init_queue()
394 SHOW_FUNCTION(deadline_fifo_batch_show, dd->fifo_batch, 0);
417 STORE_FUNCTION(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX, 0);
429 DD_ATTR(fifo_batch),