Searched refs:blk_queue_nonrot (Results 1 – 7 of 7) sorted by relevance
235 (!blk_queue_nonrot(bfqd->queue) || \4160 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()4482 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()4516 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()4714 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()6247 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()7137 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()7173 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()7174 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()7175 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
355 (blk_queue_nonrot(rq->q) || in deadline_fifo_request()395 if (blk_queue_nonrot(rq->q)) in deadline_next_request()
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()