Home
last modified time | relevance | path

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

/linux-4.4.14/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()
364 dd->fifo_batch = fifo_batch; in deadline_init_queue()
404 SHOW_FUNCTION(deadline_fifo_batch_show, dd->fifo_batch, 0);
427 STORE_FUNCTION(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX, 0);
439 DD_ATTR(fifo_batch),
/linux-4.4.14/Documentation/block/
Ddeadline-iosched.txt33 fifo_batch (number of requests)
38 deadline expiries are only checked between batches. fifo_batch controls the
43 a value of 1 yields first-come first-served behaviour). Increasing fifo_batch