Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/block/
Ddeadline-iosched.rst16 read_expire (in ms)
22 a deadline that is the current time + the read_expire value in units of
29 Similar to read_expire mentioned above, but for writes.
/Linux-v5.10/block/
Dmq-deadline.c30 static const int read_expire = HZ / 2; /* max time before a read is submitted. */ variable
428 dd->fifo_expire[READ] = read_expire; in dd_init_queue()
653 DD_ATTR(read_expire),