Home
last modified time | relevance | path

Searched refs:strict_guarantees (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/block/
Dbfq-iosched.txt281 parameters slice_idle, strict_guarantees and low_latency. For details
344 order then corresponds to the dispatch order, the strict_guarantees
353 strict_guarantees tunable, short-term service guarantees may be
358 strict_guarantees parameter.
360 strict_guarantees
378 Setting strict_guarantees may evidently affect throughput.
/Linux-v4.19/block/
Dbfq-iosched.h550 bool strict_guarantees; member
Dbfq-iosched.c3394 if (bfqd->strict_guarantees) in bfq_better_to_idle()
3914 if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0) in __bfq_dispatch_request()
5460 SHOW_FUNCTION(bfq_strict_guarantees_show, bfqd->strict_guarantees, 0);
5593 if (!bfqd->strict_guarantees && __data == 1 in bfq_strict_guarantees_store()
5597 bfqd->strict_guarantees = __data; in bfq_strict_guarantees_store()
5634 BFQ_ATTR(strict_guarantees),