Home
last modified time | relevance | path

Searched refs:bfqq_weight (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/block/
H A Dbfq-iosched.c1636 int bfqq_weight, in_serv_weight; in bfq_bfqq_higher_class_or_weight() local
1642 bfqq_weight = bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1646 bfqq_weight = bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1648 bfqq_weight = bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1655 return bfqq_weight > in_serv_weight; in bfq_bfqq_higher_class_or_weight()
/kernel/linux/linux-6.6/block/
H A Dbfq-iosched.c1767 int bfqq_weight, in_serv_weight; in bfq_bfqq_higher_class_or_weight() local
1773 bfqq_weight = bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1777 bfqq_weight = bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1779 bfqq_weight = bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1786 return bfqq_weight > in_serv_weight; in bfq_bfqq_higher_class_or_weight()

Completed in 21 milliseconds