Searched refs:fifo_batch (Results 1 – 2 of 2) sorted by relevance
33 static const int fifo_batch = 16; /* # of sequential requests treated as one variable58 int fifo_batch; member293 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request()430 dd->fifo_batch = fifo_batch; in dd_init_queue()617 SHOW_FUNCTION(deadline_fifo_batch_show, dd->fifo_batch, 0);640 STORE_FUNCTION(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX, 0);651 DD_ATTR(fifo_batch),
32 fifo_batch (number of requests)37 deadline expiries are only checked between batches. fifo_batch controls the42 a value of 1 yields first-come first-served behaviour). Increasing fifo_batch