Searched refs:blk_queue_nonrot (Results 1 – 6 of 6) sorted by relevance
235 (!blk_queue_nonrot(bfqd->queue) || \4154 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()4476 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()4510 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()4708 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()6242 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()7127 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()7163 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()7164 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()7165 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
665 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
2060 if (!blk_queue_nonrot(td->queue) || !td->limit_valid[LIMIT_LOW]) in throtl_update_latency_buckets()2280 !blk_queue_nonrot(td->queue)) in throtl_track_latency()2421 if (blk_queue_nonrot(q)) { in blk_throtl_register()
983 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
808 if (!blk_queue_nonrot(ioc->rqos.q)) in ioc_autop_idx()
599 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro1263 return blk_queue_nonrot(bdev_get_queue(bdev)); in bdev_nonrot()