Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/block/
H A 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.
/openbmc/linux/block/
H A Dmq-deadline.c30 static const int read_expire = HZ / 2; /* max time before a read is submitted. */ variable
717 dd->fifo_expire[DD_READ] = read_expire; in dd_init_sched()
1023 DD_ATTR(read_expire),