Home
last modified time | relevance | path

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

/Linux-v6.1/block/
Dbfq-wf2q.c1585 struct bfq_queue *in_serv_bfqq = bfqd->in_service_queue; in __bfq_bfqd_reset_in_service() local
1586 struct bfq_entity *in_serv_entity = &in_serv_bfqq->entity; in __bfq_bfqd_reset_in_service()
1589 bfq_clear_bfqq_wait_request(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
1614 int ref = in_serv_bfqq->ref; in __bfq_bfqd_reset_in_service()
1615 bfq_put_queue(in_serv_bfqq); in __bfq_bfqd_reset_in_service()
Dbfq-iosched.c1791 struct bfq_queue *in_serv_bfqq) in bfq_bfqq_higher_class_or_weight() argument
1795 if (bfqq->ioprio_class < in_serv_bfqq->ioprio_class) in bfq_bfqq_higher_class_or_weight()
1798 if (in_serv_bfqq->entity.parent == bfqq->entity.parent) { in bfq_bfqq_higher_class_or_weight()
1800 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1806 if (in_serv_bfqq->entity.parent) in bfq_bfqq_higher_class_or_weight()
1807 in_serv_weight = in_serv_bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1809 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
4638 struct bfq_queue *bfqq, *in_serv_bfqq = bfqd->in_service_queue; in bfq_choose_bfqq_for_injection() local
4639 unsigned int limit = in_serv_bfqq->inject_limit; in bfq_choose_bfqq_for_injection()
4652 bool in_serv_always_inject = in_serv_bfqq->wr_coeff == 1 || in bfq_choose_bfqq_for_injection()
[all …]