Home
last modified time | relevance | path

Searched refs:bfqq (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/block/
H A Dbfq-iosched.c655 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfqq_request_over_limit()
763 bfqq ? bfqq->pid : 0); in bfq_rq_pos_tree_lookup()
1182 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfq_bfqq_resume_state()
2737 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator()
4902 if (bfqq->bic && bfqq->bic->bfqq[0][act_idx] && in bfq_select_queue()
4998 bfqq = bfqq->waker_bfqq; in bfq_select_queue()
5339 bfq_log_bfqq(bfqq->bfqd, bfqq, "put_queue: %p %d", bfqq, bfqq->ref); in bfq_put_queue()
5881 bfqq, bfqq->ref); in bfq_get_queue()
6333 bfqq->dispatched + bfqq->queued[0] + bfqq->queued[1] < in bfq_update_hw_tag()
6924 rq, bfqq, bfqq->ref); in bfq_init_rq()
[all …]
H A Dbfq-wf2q.c34 return bfqq ? bfqq->ioprio_class - 1 : in bfq_class_idx()
304 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfq_calc_finish()
307 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfq_calc_finish()
367 if (bfqq) in bfq_idle_extract()
495 if (bfqq) in bfq_active_insert()
496 list_add(&bfqq->bfqq_list, &bfqq->bfqd->active_list[bfqq->actuator_idx]); in bfq_active_insert()
531 bfqq, bfqq->ref); in bfq_get_entity()
581 if (bfqq) in bfq_active_extract()
732 bfqq->ioprio_class = bfqq->new_ioprio_class; in __bfq_entity_update_weight_prio()
738 if (!bfqq || bfqq->ioprio_class == bfqq->new_ioprio_class) in __bfq_entity_update_weight_prio()
[all …]
H A Dbfq-iosched.h490 struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS]; member
887 int bfq_bfqq_##name(const struct bfq_queue *bfqq);
1055 void bfq_weights_tree_add(struct bfq_queue *bfqq);
1056 void bfq_weights_tree_remove(struct bfq_queue *bfqq);
1059 void bfq_put_queue(struct bfq_queue *bfqq);
1060 void bfq_put_cooperator(struct bfq_queue *bfqq);
1159 void bfq_add_bfqq_busy(struct bfq_queue *bfqq);
1168 char type = bfq_bfqq_sync(bfqq) ? 'S' : 'A'; in bfq_bfqq_name()
1170 if (bfqq->pid != -1) in bfq_bfqq_name()
1171 snprintf(str, len, "bfq%d%c", bfqq->pid, type); in bfq_bfqq_name()
[all …]
H A Dbfq-cgroup.c423 if (bfqq) { in bfq_init_entity()
424 bfqq->ioprio = bfqq->new_ioprio; in bfq_init_entity()
425 bfqq->ioprio_class = bfqq->new_ioprio_class; in bfq_init_entity()
659 bfqq->ref++; in bfq_bfqq_move()
705 bfq_put_queue(bfqq); in bfq_bfqq_move()
714 struct bfq_queue *bfqq; in bfq_sync_bfqq_move() local
728 for (bfqq = sync_bfqq; bfqq; bfqq = bfqq->new_bfqq) in bfq_sync_bfqq_move()
731 if (bfqq) { in bfq_sync_bfqq_move()
1456 if (bfqq) { in bfq_init_entity()
1457 bfqq->ioprio = bfqq->new_ioprio; in bfq_init_entity()
[all …]