Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbfq-iosched.rst302 parameters slice_idle, strict_guarantees and low_latency. For details
365 order then corresponds to the dispatch order, the strict_guarantees
374 strict_guarantees tunable, short-term service guarantees may be
379 strict_guarantees parameter.
388 strict_guarantees section in 3. What are BFQ's tunables and how to properly configure BFQ?
406 Setting strict_guarantees may evidently affect throughput.
/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.h658 bool strict_guarantees; member
H A Dbfq-iosched.c4215 if (unlikely(bfqd->strict_guarantees)) in bfq_better_to_idle()
4748 if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0) in __bfq_dispatch_request()
6619 SHOW_FUNCTION(bfq_strict_guarantees_show, bfqd->strict_guarantees, 0);
6752 if (!bfqd->strict_guarantees && __data == 1 in bfq_strict_guarantees_store()
6756 bfqd->strict_guarantees = __data; in bfq_strict_guarantees_store()
6793 BFQ_ATTR(strict_guarantees),