Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dbfq-wf2q.c1549 struct bfq_queue *in_serv_bfqq = bfqd->in_service_queue; in __bfq_bfqd_reset_in_service() local
1550 struct bfq_entity *in_serv_entity = &in_serv_bfqq->entity; in __bfq_bfqd_reset_in_service()
1553 bfq_clear_bfqq_wait_request(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
1578 int ref = in_serv_bfqq->ref; in __bfq_bfqd_reset_in_service()
1579 bfq_put_queue(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
H A Dbfq-iosched.c1776 struct bfq_queue *in_serv_bfqq) in bfq_bfqq_higher_class_or_weight() argument
1780 if (bfqq->ioprio_class < in_serv_bfqq->ioprio_class) in bfq_bfqq_higher_class_or_weight()
1783 if (in_serv_bfqq->entity.parent == bfqq->entity.parent) { in bfq_bfqq_higher_class_or_weight()
1785 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1791 if (in_serv_bfqq->entity.parent) in bfq_bfqq_higher_class_or_weight()
1792 in_serv_weight = in_serv_bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1794 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
4668 struct bfq_queue *bfqq, *in_serv_bfqq = bfqd->in_service_queue; in bfq_choose_bfqq_for_injection() local
4669 unsigned int limit = in_serv_bfqq->inject_limit; in bfq_choose_bfqq_for_injection()
4684 bool in_serv_always_inject = in_serv_bfqq->wr_coeff == 1 || in bfq_choose_bfqq_for_injection()
[all …]