Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-wf2q.c1601 struct bfq_queue *in_serv_bfqq = bfqd->in_service_queue; in __bfq_bfqd_reset_in_service() local
1602 struct bfq_entity *in_serv_entity = &in_serv_bfqq->entity; in __bfq_bfqd_reset_in_service()
1605 bfq_clear_bfqq_wait_request(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
1630 int ref = in_serv_bfqq->ref; in __bfq_bfqd_reset_in_service()
1631 bfq_put_queue(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
Dbfq-iosched.c1679 struct bfq_queue *in_serv_bfqq) in bfq_bfqq_higher_class_or_weight() argument
1683 if (bfqq->ioprio_class < in_serv_bfqq->ioprio_class) in bfq_bfqq_higher_class_or_weight()
1686 if (in_serv_bfqq->entity.parent == bfqq->entity.parent) { in bfq_bfqq_higher_class_or_weight()
1688 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1694 if (in_serv_bfqq->entity.parent) in bfq_bfqq_higher_class_or_weight()
1695 in_serv_weight = in_serv_bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1697 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
4478 struct bfq_queue *bfqq, *in_serv_bfqq = bfqd->in_service_queue; in bfq_choose_bfqq_for_injection() local
4479 unsigned int limit = in_serv_bfqq->inject_limit; in bfq_choose_bfqq_for_injection()
4492 bool in_serv_always_inject = in_serv_bfqq->wr_coeff == 1 || in bfq_choose_bfqq_for_injection()
[all …]