Searched refs:bfqq (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/block/ |
A D | bfq-iosched.c | 654 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfqq_request_over_limit() 762 bfqq ? bfqq->pid : 0); in bfq_rq_pos_tree_lookup() 1181 bfq_log_bfqq(bfqq->bfqd, bfqq, in bfq_bfqq_resume_state() 2736 if (!bfqq || bfqq == cur_bfqq) in bfq_find_close_cooperator() 4901 if (bfqq->bic && bfqq->bic->bfqq[0][act_idx] && in bfq_select_queue() 4997 bfqq = bfqq->waker_bfqq; in bfq_select_queue() 5338 bfq_log_bfqq(bfqq->bfqd, bfqq, "put_queue: %p %d", bfqq, bfqq->ref); in bfq_put_queue() 5876 bfqq, bfqq->ref); in bfq_get_queue() 6328 bfqq->dispatched + bfqq->queued[0] + bfqq->queued[1] < in bfq_update_hw_tag() 6919 rq, bfqq, bfqq->ref); in bfq_init_rq() [all …]
|
A D | bfq-wf2q.c | 34 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 …]
|
A D | bfq-iosched.h | 491 struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS]; member 888 int bfq_bfqq_##name(const struct bfq_queue *bfqq); 1056 void bfq_weights_tree_add(struct bfq_queue *bfqq); 1057 void bfq_weights_tree_remove(struct bfq_queue *bfqq); 1060 void bfq_put_queue(struct bfq_queue *bfqq); 1061 void bfq_put_cooperator(struct bfq_queue *bfqq); 1160 void bfq_add_bfqq_busy(struct bfq_queue *bfqq); 1169 char type = bfq_bfqq_sync(bfqq) ? 'S' : 'A'; in bfq_bfqq_name() 1171 if (bfqq->pid != -1) in bfq_bfqq_name() 1172 snprintf(str, len, "bfq%d%c", bfqq->pid, type); in bfq_bfqq_name() [all …]
|
A D | bfq-cgroup.c | 423 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() 665 bfqq->ref++; in bfq_bfqq_move() 711 bfq_put_queue(bfqq); in bfq_bfqq_move() 720 struct bfq_queue *bfqq; in bfq_sync_bfqq_move() local 734 for (bfqq = sync_bfqq; bfqq; bfqq = bfqq->new_bfqq) in bfq_sync_bfqq_move() 737 if (bfqq) { in bfq_sync_bfqq_move() 1462 if (bfqq) { in bfq_init_entity() 1463 bfqq->ioprio = bfqq->new_ioprio; in bfq_init_entity() [all …]
|
Completed in 30 milliseconds