Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1797 struct bfq_queue *in_serv_bfqq) in bfq_bfqq_higher_class_or_weight() argument
1801 if (bfqq->ioprio_class < in_serv_bfqq->ioprio_class) in bfq_bfqq_higher_class_or_weight()
1804 if (in_serv_bfqq->entity.parent == bfqq->entity.parent) { in bfq_bfqq_higher_class_or_weight()
1806 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
1812 if (in_serv_bfqq->entity.parent) in bfq_bfqq_higher_class_or_weight()
1813 in_serv_weight = in_serv_bfqq->entity.parent->weight; in bfq_bfqq_higher_class_or_weight()
1815 in_serv_weight = in_serv_bfqq->entity.weight; in bfq_bfqq_higher_class_or_weight()
4644 struct bfq_queue *bfqq, *in_serv_bfqq = bfqd->in_service_queue; in bfq_choose_bfqq_for_injection() local
4645 unsigned int limit = in_serv_bfqq->inject_limit; in bfq_choose_bfqq_for_injection()
4658 bool in_serv_always_inject = in_serv_bfqq->wr_coeff == 1 || in bfq_choose_bfqq_for_injection()
[all …]