Home
last modified time | relevance | path

Searched refs:strict_guarantees (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c4229 if (unlikely(bfqd->strict_guarantees)) in bfq_better_to_idle()
4755 * strict_guarantees is true. Forcing this service scheme is in __bfq_dispatch_request()
4765 if (bfqd->strict_guarantees && bfqd->rq_in_driver > 0) in __bfq_dispatch_request()
6618 SHOW_FUNCTION(bfq_strict_guarantees_show, bfqd->strict_guarantees, 0);
6751 if (!bfqd->strict_guarantees && __data == 1 in bfq_strict_guarantees_store()
6755 bfqd->strict_guarantees = __data; in bfq_strict_guarantees_store()
6792 BFQ_ATTR(strict_guarantees),
H A Dbfq-iosched.h658 bool strict_guarantees; member
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.h732 bool strict_guarantees; member
H A Dbfq-iosched.c4598 if (unlikely(bfqd->strict_guarantees)) in bfq_better_to_idle()
5218 * strict_guarantees is true. Forcing this service scheme is in __bfq_dispatch_request()
5228 if (bfqd->strict_guarantees && bfqd->tot_rq_in_driver > 0) in __bfq_dispatch_request()
7417 SHOW_FUNCTION(bfq_strict_guarantees_show, bfqd->strict_guarantees, 0);
7550 if (!bfqd->strict_guarantees && __data == 1 in bfq_strict_guarantees_store()
7554 bfqd->strict_guarantees = __data; in bfq_strict_guarantees_store()
7591 BFQ_ATTR(strict_guarantees),

Completed in 24 milliseconds