Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/block/
A Ddeadline-iosched.rst32 fifo_batch (number of requests)
37 deadline expiries are only checked between batches. fifo_batch controls the
42 a value of 1 yields first-come first-served behaviour). Increasing fifo_batch
/linux-6.3-rc2/block/
A Dmq-deadline.c40 static const int fifo_batch = 16; /* # of sequential requests treated as one variable
100 int fifo_batch; member
447 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request()
698 dd->fifo_batch = fifo_batch; in dd_init_sched()
944 SHOW_INT(deadline_fifo_batch_show, dd->fifo_batch);
974 STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX);
988 DD_ATTR(fifo_batch),

Completed in 7 milliseconds