From nobody Thu Sep 18 09:57:53 2025 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7435AC4332F for ; Fri, 9 Dec 2022 09:45:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230059AbiLIJpI (ORCPT ); Fri, 9 Dec 2022 04:45:08 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229875AbiLIJoy (ORCPT ); Fri, 9 Dec 2022 04:44:54 -0500 Received: from mail-ej1-x630.google.com (mail-ej1-x630.google.com [IPv6:2a00:1450:4864:20::630]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 81E825F6DE for ; Fri, 9 Dec 2022 01:44:52 -0800 (PST) Received: by mail-ej1-x630.google.com with SMTP id t17so10264277eju.1 for ; Fri, 09 Dec 2022 01:44:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=XTwJnYwXqmbEqiuqtSDQykovTGEftLU9E09zUz3ipHY=; b=kZCb1P+xQUQGWI9rt3RjwrlxI7+5AYyajBbAONzpZCYql+unWQoGh41KjigN9Csqsu aLEV7t2YbVi4j1Wy94Ds3e1WHRoKf+XEeAU7lg9RGeas8aFxyZJ9XLL4CJB6ykX49uYl rDvl8WK+hD4m9xmFUWtw9MK8y0p5wnDeWdc92HJXjVedGrn1l95v38SzT7okz78/2MDq G+96ZSUegNzzll14u74NIDRuhQMGv/jlkN6E1ku18XTu9deW0ra58k5TTZD89uaFPeqg xSGB1WBd4Af0cdDzdKR3gIo4Bl6EchoUaZFdQmGemqdrNgc9pDsNfbxt1/At9cFS2bG5 eytw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=XTwJnYwXqmbEqiuqtSDQykovTGEftLU9E09zUz3ipHY=; b=IqAf/kjtWqtrgTBwflnnoTBB1SjuI+scg5YWKBrlWsDIIcbyUe487RHgPbisP/8g/h /8wwX136Mbi0EYpRf6G06Dm8mqjM+27pcDIl+2w1Btv5XnmD+CFzau5shXKuhne5S005 7QPHM9IHhxeeFa68E7n24LOHngsLNho9Gdajru+qjaMLJuHxk/eo+EiiBu6MeivF8pal Ck7GiM6UYKfkRf9jEpBrVHi5Dx/Kw3USS27wNR/sK+dI0kx5d0G1C22pg9Waf7essgh6 5ZQdPBGE+NFpJOuIRD7StVQWBr8W+PlJ3XPb615PBeb3eZKB+CexCD6agvlpXgr2cTC/ d02w== X-Gm-Message-State: ANoB5pkrpJntKxTN/4CbYouarzQorbDrpeKRqxKxswJCaj45p2Z6UfA0 XJMqDvNG1Wb0ye3c2WptbPNTrg== X-Google-Smtp-Source: AA0mqf5fOelB+EJjG/1AHgJoDIwsKI3/LaxrPd21bH61bqxKcxoNA2hxEVhhSSSHpeo+LMr67ojNJw== X-Received: by 2002:a17:906:f856:b0:7c0:b0f9:e360 with SMTP id ks22-20020a170906f85600b007c0b0f9e360mr4249900ejb.16.1670579090976; Fri, 09 Dec 2022 01:44:50 -0800 (PST) Received: from MBP-di-Paolo.station (net-2-35-55-161.cust.vodafonedsl.it. [2.35.55.161]) by smtp.gmail.com with ESMTPSA id oz18-20020a170906cd1200b007c11f2a3b3dsm353421ejb.107.2022.12.09.01.44.50 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Dec 2022 01:44:50 -0800 (PST) From: Paolo Valente To: Jens Axboe Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, arie.vanderhoeven@seagate.com, rory.c.chen@seagate.com, glen.valante@linaro.org, Paolo Valente , Damien Le Moal , Gianmarco Lusvardi , Giulio Barabino , Emiliano Maccaferri Subject: [PATCH V10 3/8] block, bfq: move io_cq-persistent bfqq data into a dedicated struct Date: Fri, 9 Dec 2022 10:44:37 +0100 Message-Id: <20221209094442.36896-4-paolo.valente@linaro.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221209094442.36896-1-paolo.valente@linaro.org> References: <20221209094442.36896-1-paolo.valente@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" With a multi-actuator drive, a process may get associated with multiple bfq_queues: one queue for each of the N actuators. So, the bfq_io_cq data structure must be able to accommodate its per-queue persistent information for N queues. Currently it stores this information for just one queue, in several scalar fields. This is a preparatory commit for moving to accommodating persistent information for N queues. In particular, this commit packs all the above scalar fields into a single data structure. Then there is now only one field, in bfq_io_cq, that stores all the above information. This scalar field will then be turned into an array by a following commit. Suggested-by: Damien Le Moal Reviewed-by: Damien Le Moal Signed-off-by: Gianmarco Lusvardi Signed-off-by: Giulio Barabino Signed-off-by: Emiliano Maccaferri Signed-off-by: Paolo Valente --- block/bfq-iosched.c | 130 +++++++++++++++++++++++++------------------- block/bfq-iosched.h | 52 +++++++++++------- 2 files changed, 106 insertions(+), 76 deletions(-) diff --git a/block/bfq-iosched.c b/block/bfq-iosched.c index 456b5f5c24fd..0d6b35ef3d3f 100644 --- a/block/bfq-iosched.c +++ b/block/bfq-iosched.c @@ -406,12 +406,14 @@ void bic_set_bfqq(struct bfq_io_cq *bic, * we cancel the stable merge if * bic->stable_merge_bfqq =3D=3D bfqq. */ + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; + if (is_sync) bic->bfqq[1][actuator_idx] =3D bfqq; else bic->bfqq[0][actuator_idx] =3D bfqq; =20 - if (bfqq && bic->stable_merge_bfqq =3D=3D bfqq) { + if (bfqq && bfqq_data->stable_merge_bfqq =3D=3D bfqq) { /* * Actually, these same instructions are executed also * in bfq_setup_cooperator, in case of abort or actual @@ -420,9 +422,9 @@ void bic_set_bfqq(struct bfq_io_cq *bic, * did so, we would nest even more complexity in this * function. */ - bfq_put_stable_ref(bic->stable_merge_bfqq); + bfq_put_stable_ref(bfqq_data->stable_merge_bfqq); =20 - bic->stable_merge_bfqq =3D NULL; + bfqq_data->stable_merge_bfqq =3D NULL; } } =20 @@ -1179,38 +1181,40 @@ static void bfq_bfqq_resume_state(struct bfq_queue *bfqq, struct bfq_data *bfqd, struct bfq_io_cq *bic, bool bfq_already_existing) { + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; unsigned int old_wr_coeff =3D 1; bool busy =3D bfq_already_existing && bfq_bfqq_busy(bfqq); =20 - if (bic->saved_has_short_ttime) + if (bfqq_data->saved_has_short_ttime) bfq_mark_bfqq_has_short_ttime(bfqq); else bfq_clear_bfqq_has_short_ttime(bfqq); =20 - if (bic->saved_IO_bound) + if (bfqq_data->saved_IO_bound) bfq_mark_bfqq_IO_bound(bfqq); else bfq_clear_bfqq_IO_bound(bfqq); =20 - bfqq->last_serv_time_ns =3D bic->saved_last_serv_time_ns; - bfqq->inject_limit =3D bic->saved_inject_limit; - bfqq->decrease_time_jif =3D bic->saved_decrease_time_jif; + bfqq->last_serv_time_ns =3D bfqq_data->saved_last_serv_time_ns; + bfqq->inject_limit =3D bfqq_data->saved_inject_limit; + bfqq->decrease_time_jif =3D bfqq_data->saved_decrease_time_jif; =20 - bfqq->entity.new_weight =3D bic->saved_weight; - bfqq->ttime =3D bic->saved_ttime; - bfqq->io_start_time =3D bic->saved_io_start_time; - bfqq->tot_idle_time =3D bic->saved_tot_idle_time; + bfqq->entity.new_weight =3D bfqq_data->saved_weight; + bfqq->ttime =3D bfqq_data->saved_ttime; + bfqq->io_start_time =3D bfqq_data->saved_io_start_time; + bfqq->tot_idle_time =3D bfqq_data->saved_tot_idle_time; /* * Restore weight coefficient only if low_latency is on */ if (bfqd->low_latency) { old_wr_coeff =3D bfqq->wr_coeff; - bfqq->wr_coeff =3D bic->saved_wr_coeff; + bfqq->wr_coeff =3D bfqq_data->saved_wr_coeff; } - bfqq->service_from_wr =3D bic->saved_service_from_wr; - bfqq->wr_start_at_switch_to_srt =3D bic->saved_wr_start_at_switch_to_srt; - bfqq->last_wr_start_finish =3D bic->saved_last_wr_start_finish; - bfqq->wr_cur_max_time =3D bic->saved_wr_cur_max_time; + bfqq->service_from_wr =3D bfqq_data->saved_service_from_wr; + bfqq->wr_start_at_switch_to_srt =3D + bfqq_data->saved_wr_start_at_switch_to_srt; + bfqq->last_wr_start_finish =3D bfqq_data->saved_last_wr_start_finish; + bfqq->wr_cur_max_time =3D bfqq_data->saved_wr_cur_max_time; =20 if (bfqq->wr_coeff > 1 && (bfq_bfqq_in_large_burst(bfqq) || time_is_before_jiffies(bfqq->last_wr_start_finish + @@ -1895,7 +1899,7 @@ static void bfq_bfqq_handle_idle_busy_switch(struct b= fq_data *bfqd, wr_or_deserves_wr =3D bfqd->low_latency && (bfqq->wr_coeff > 1 || (bfq_bfqq_sync(bfqq) && - (bfqq->bic || RQ_BIC(rq)->stably_merged) && + (bfqq->bic || RQ_BIC(rq)->bfqq_data.stably_merged) && (*interactive || soft_rt))); =20 /* @@ -2909,6 +2913,7 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bf= q_queue *bfqq, void *io_struct, bool request, struct bfq_io_cq *bic) { struct bfq_queue *in_service_bfqq, *new_bfqq; + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 /* if a merge has already been setup, then proceed with that first */ if (bfqq->new_bfqq) @@ -2930,21 +2935,21 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct = bfq_queue *bfqq, * stable merging) also if bic is associated with a * sync queue, but this bfqq is async */ - if (bfq_bfqq_sync(bfqq) && bic->stable_merge_bfqq && + if (bfq_bfqq_sync(bfqq) && bfqq_data->stable_merge_bfqq && !bfq_bfqq_just_created(bfqq) && time_is_before_jiffies(bfqq->split_time + msecs_to_jiffies(bfq_late_stable_merging)) && time_is_before_jiffies(bfqq->creation_time + msecs_to_jiffies(bfq_late_stable_merging))) { struct bfq_queue *stable_merge_bfqq =3D - bic->stable_merge_bfqq; + bfqq_data->stable_merge_bfqq; int proc_ref =3D min(bfqq_process_refs(bfqq), bfqq_process_refs(stable_merge_bfqq)); =20 /* deschedule stable merge, because done or aborted here */ bfq_put_stable_ref(stable_merge_bfqq); =20 - bic->stable_merge_bfqq =3D NULL; + bfqq_data->stable_merge_bfqq =3D NULL; =20 if (!idling_boosts_thr_without_issues(bfqd, bfqq) && proc_ref > 0) { @@ -2953,10 +2958,10 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct = bfq_queue *bfqq, bfq_setup_merge(bfqq, stable_merge_bfqq); =20 if (new_bfqq) { - bic->stably_merged =3D true; + bfqq_data->stably_merged =3D true; if (new_bfqq->bic) - new_bfqq->bic->stably_merged =3D - true; + new_bfqq->bic->bfqq_data.stably_merged =3D + true; } return new_bfqq; } else @@ -3055,6 +3060,7 @@ bfq_setup_cooperator(struct bfq_data *bfqd, struct bf= q_queue *bfqq, static void bfq_bfqq_save_state(struct bfq_queue *bfqq) { struct bfq_io_cq *bic =3D bfqq->bic; + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 /* * If !bfqq->bic, the queue is already shared or its requests @@ -3064,18 +3070,21 @@ static void bfq_bfqq_save_state(struct bfq_queue *b= fqq) if (!bic) return; =20 - bic->saved_last_serv_time_ns =3D bfqq->last_serv_time_ns; - bic->saved_inject_limit =3D bfqq->inject_limit; - bic->saved_decrease_time_jif =3D bfqq->decrease_time_jif; - - bic->saved_weight =3D bfqq->entity.orig_weight; - bic->saved_ttime =3D bfqq->ttime; - bic->saved_has_short_ttime =3D bfq_bfqq_has_short_ttime(bfqq); - bic->saved_IO_bound =3D bfq_bfqq_IO_bound(bfqq); - bic->saved_io_start_time =3D bfqq->io_start_time; - bic->saved_tot_idle_time =3D bfqq->tot_idle_time; - bic->saved_in_large_burst =3D bfq_bfqq_in_large_burst(bfqq); - bic->was_in_burst_list =3D !hlist_unhashed(&bfqq->burst_list_node); + bfqq_data->saved_last_serv_time_ns =3D bfqq->last_serv_time_ns; + bfqq_data->saved_inject_limit =3D bfqq->inject_limit; + bfqq_data->saved_decrease_time_jif =3D bfqq->decrease_time_jif; + + bfqq_data->saved_weight =3D bfqq->entity.orig_weight; + bfqq_data->saved_ttime =3D bfqq->ttime; + bfqq_data->saved_has_short_ttime =3D + bfq_bfqq_has_short_ttime(bfqq); + bfqq_data->saved_IO_bound =3D bfq_bfqq_IO_bound(bfqq); + bfqq_data->saved_io_start_time =3D bfqq->io_start_time; + bfqq_data->saved_tot_idle_time =3D bfqq->tot_idle_time; + bfqq_data->saved_in_large_burst =3D bfq_bfqq_in_large_burst(bfqq); + bfqq_data->was_in_burst_list =3D + !hlist_unhashed(&bfqq->burst_list_node); + if (unlikely(bfq_bfqq_just_created(bfqq) && !bfq_bfqq_in_large_burst(bfqq) && bfqq->bfqd->low_latency)) { @@ -3088,17 +3097,21 @@ static void bfq_bfqq_save_state(struct bfq_queue *b= fqq) * to bfqq, so that to avoid that bfqq unjustly fails * to enjoy weight raising if split soon. */ - bic->saved_wr_coeff =3D bfqq->bfqd->bfq_wr_coeff; - bic->saved_wr_start_at_switch_to_srt =3D bfq_smallest_from_now(); - bic->saved_wr_cur_max_time =3D bfq_wr_duration(bfqq->bfqd); - bic->saved_last_wr_start_finish =3D jiffies; + bfqq_data->saved_wr_coeff =3D bfqq->bfqd->bfq_wr_coeff; + bfqq_data->saved_wr_start_at_switch_to_srt =3D + bfq_smallest_from_now(); + bfqq_data->saved_wr_cur_max_time =3D + bfq_wr_duration(bfqq->bfqd); + bfqq_data->saved_last_wr_start_finish =3D jiffies; } else { - bic->saved_wr_coeff =3D bfqq->wr_coeff; - bic->saved_wr_start_at_switch_to_srt =3D + bfqq_data->saved_wr_coeff =3D bfqq->wr_coeff; + bfqq_data->saved_wr_start_at_switch_to_srt =3D bfqq->wr_start_at_switch_to_srt; - bic->saved_service_from_wr =3D bfqq->service_from_wr; - bic->saved_last_wr_start_finish =3D bfqq->last_wr_start_finish; - bic->saved_wr_cur_max_time =3D bfqq->wr_cur_max_time; + bfqq_data->saved_service_from_wr =3D + bfqq->service_from_wr; + bfqq_data->saved_last_wr_start_finish =3D + bfqq->last_wr_start_finish; + bfqq_data->saved_wr_cur_max_time =3D bfqq->wr_cur_max_time; } } =20 @@ -5425,6 +5438,7 @@ static void bfq_exit_icq(struct io_cq *icq) * therefore on its unused per-actuator fields being NULL. */ unsigned int num_actuators =3D BFQ_MAX_ACTUATORS; + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 /* * bfqd is NULL if scheduler already exited, and in that case @@ -5435,8 +5449,8 @@ static void bfq_exit_icq(struct io_cq *icq) num_actuators =3D bfqd->num_actuators; } =20 - if (bic->stable_merge_bfqq) - bfq_put_stable_ref(bic->stable_merge_bfqq); + if (bfqq_data->stable_merge_bfqq) + bfq_put_stable_ref(bfqq_data->stable_merge_bfqq); =20 for (act_idx =3D 0; act_idx < num_actuators; act_idx++) { bfq_exit_icq_bfqq(bic, true, act_idx); @@ -5627,13 +5641,14 @@ bfq_do_early_stable_merge(struct bfq_data *bfqd, st= ruct bfq_queue *bfqq, { struct bfq_queue *new_bfqq =3D bfq_setup_merge(bfqq, last_bfqq_created); + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 if (!new_bfqq) return bfqq; =20 if (new_bfqq->bic) - new_bfqq->bic->stably_merged =3D true; - bic->stably_merged =3D true; + new_bfqq->bic->bfqq_data.stably_merged =3D true; + bfqq_data->stably_merged =3D true; =20 /* * Reusing merge functions. This implies that @@ -5702,6 +5717,7 @@ static struct bfq_queue *bfq_do_or_sched_stable_merge= (struct bfq_data *bfqd, &bfqd->last_bfqq_created; =20 struct bfq_queue *last_bfqq_created =3D *source_bfqq; + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 /* * If last_bfqq_created has not been set yet, then init it. If @@ -5763,7 +5779,7 @@ static struct bfq_queue *bfq_do_or_sched_stable_merge= (struct bfq_data *bfqd, /* * Record the bfqq to merge to. */ - bic->stable_merge_bfqq =3D last_bfqq_created; + bfqq_data->stable_merge_bfqq =3D last_bfqq_created; } } =20 @@ -6683,6 +6699,7 @@ static struct bfq_queue *bfq_get_bfqq_handle_split(st= ruct bfq_data *bfqd, { unsigned int act_idx =3D bfq_actuator_index(bfqd, bio); struct bfq_queue *bfqq =3D bic_to_bfqq(bic, is_sync, act_idx); + struct bfq_iocq_bfqq_data *bfqq_data =3D &bic->bfqq_data; =20 if (likely(bfqq && bfqq !=3D &bfqd->oom_bfqq)) return bfqq; @@ -6696,12 +6713,12 @@ static struct bfq_queue *bfq_get_bfqq_handle_split(= struct bfq_data *bfqd, =20 bic_set_bfqq(bic, bfqq, is_sync, act_idx); if (split && is_sync) { - if ((bic->was_in_burst_list && bfqd->large_burst) || - bic->saved_in_large_burst) + if ((bfqq_data->was_in_burst_list && bfqd->large_burst) || + bfqq_data->saved_in_large_burst) bfq_mark_bfqq_in_large_burst(bfqq); else { bfq_clear_bfqq_in_large_burst(bfqq); - if (bic->was_in_burst_list) + if (bfqq_data->was_in_burst_list) /* * If bfqq was in the current * burst list before being @@ -6790,6 +6807,7 @@ static struct bfq_queue *bfq_init_rq(struct request *= rq) struct bfq_queue *bfqq; bool new_queue =3D false; bool bfqq_already_existing =3D false, split =3D false; + struct bfq_iocq_bfqq_data *bfqq_data; =20 if (unlikely(!rq->elv.icq)) return NULL; @@ -6813,15 +6831,17 @@ static struct bfq_queue *bfq_init_rq(struct request= *rq) bfqq =3D bfq_get_bfqq_handle_split(bfqd, bic, bio, false, is_sync, &new_queue); =20 + bfqq_data =3D &bic->bfqq_data; + if (likely(!new_queue)) { /* If the queue was seeky for too long, break it apart. */ if (bfq_bfqq_coop(bfqq) && bfq_bfqq_split_coop(bfqq) && - !bic->stably_merged) { + !bfqq_data->stably_merged) { struct bfq_queue *old_bfqq =3D bfqq; =20 /* Update bic before losing reference to bfqq */ if (bfq_bfqq_in_large_burst(bfqq)) - bic->saved_in_large_burst =3D true; + bfqq_data->saved_in_large_burst =3D true; =20 bfqq =3D bfq_split_bfqq(bic, bfqq); split =3D true; diff --git a/block/bfq-iosched.h b/block/bfq-iosched.h index 2b413ddffbb9..9d77d964620f 100644 --- a/block/bfq-iosched.h +++ b/block/bfq-iosched.h @@ -411,27 +411,9 @@ struct bfq_queue { }; =20 /** - * struct bfq_io_cq - per (request_queue, io_context) structure. - */ -struct bfq_io_cq { - /* associated io_cq structure */ - struct io_cq icq; /* must be the first member */ - /* - * Matrix of associated process queues: first row for async - * queues, second row sync queues. Each row contains one - * column for each actuator. An I/O request generated by the - * process is inserted into the queue pointed by bfqq[i][j] if - * the request is to be served by the j-th actuator of the - * drive, where i=3D=3D0 or i=3D=3D1, depending on whether the request - * is async or sync. So there is a distinct queue for each - * actuator. - */ - struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS]; - /* per (request_queue, blkcg) ioprio */ - int ioprio; -#ifdef CONFIG_BFQ_GROUP_IOSCHED - uint64_t blkcg_serial_nr; /* the current blkcg serial */ -#endif +* struct bfq_data - bfqq data unique and persistent for associated bfq_io_= cq +*/ +struct bfq_iocq_bfqq_data { /* * Snapshot of the has_short_time flag before merging; taken * to remember its value while the queue is merged, so as to @@ -486,6 +468,34 @@ struct bfq_io_cq { struct bfq_queue *stable_merge_bfqq; =20 bool stably_merged; /* non splittable if true */ +}; + +/** + * struct bfq_io_cq - per (request_queue, io_context) structure. + */ +struct bfq_io_cq { + /* associated io_cq structure */ + struct io_cq icq; /* must be the first member */ + /* + * Matrix of associated process queues: first row for async + * queues, second row sync queues. Each row contains one + * column for each actuator. An I/O request generated by the + * process is inserted into the queue pointed by bfqq[i][j] if + * the request is to be served by the j-th actuator of the + * drive, where i=3D=3D0 or i=3D=3D1, depending on whether the request + * is async or sync. So there is a distinct queue for each + * actuator. + */ + struct bfq_queue *bfqq[2][BFQ_MAX_ACTUATORS]; + /* per (request_queue, blkcg) ioprio */ + int ioprio; +#ifdef CONFIG_BFQ_GROUP_IOSCHED + uint64_t blkcg_serial_nr; /* the current blkcg serial */ +#endif + + /* persistent data for associated synchronous process queue */ + struct bfq_iocq_bfqq_data bfqq_data; + unsigned int requests; /* Number of requests this process has in flight */ }; =20 --=20 2.20.1