Searched refs:fifo_batch (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/block/ |
H A D | mq-deadline.c | 33 static const int fifo_batch = 16; /* # of sequential requests treated as one variable 58 int fifo_batch; member 269 * read/write expire, fifo_batch, etc 293 if (rq && dd->batching < dd->fifo_batch) in __dd_dispatch_request() 432 dd->fifo_batch = fifo_batch; in dd_init_queue() 627 SHOW_FUNCTION(deadline_fifo_batch_show, dd->fifo_batch, 0); 650 STORE_FUNCTION(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX, 0); 661 DD_ATTR(fifo_batch),
|
/kernel/linux/linux-6.6/block/ |
H A D | mq-deadline.c | 38 static const int fifo_batch = 16; /* # of sequential requests treated as one variable 98 int fifo_batch; member 441 * read/write expire, fifo_batch, etc and with a start time <= @latest_start. 468 if (rq && dd->batching < dd->fifo_batch) { in __dd_dispatch_request() 723 dd->fifo_batch = fifo_batch; in dd_init_sched() 985 SHOW_INT(deadline_fifo_batch_show, dd->fifo_batch); 1015 STORE_INT(deadline_fifo_batch_store, &dd->fifo_batch, 0, INT_MAX); 1029 DD_ATTR(fifo_batch),
|
Completed in 4 milliseconds