Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dcgroup.c1076 uint64_t bfq_weight; in set_bfq_weight() local
1084 bfq_weight = BFQ_WEIGHT(io_weight); in set_bfq_weight()
1087 … xsprintf(buf, DEVNUM_FORMAT_STR " %" PRIu64 "\n", DEVNUM_FORMAT_VAL(dev), bfq_weight); in set_bfq_weight()
1089 xsprintf(buf, "%" PRIu64 "\n", bfq_weight); in set_bfq_weight()
1103 } else if (r >= 0 && io_weight != bfq_weight) in set_bfq_weight()
1106 io_weight, p, bfq_weight); in set_bfq_weight()