Home
last modified time | relevance | path

Searched refs:blk_queue_nonrot (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/block/
Dbfq-iosched.c235 (!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()
Dblk-wbt.c665 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
Dblk-throttle.c2060 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()
Dblk-iolatency.c983 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
Dblk-iocost.c808 if (!blk_queue_nonrot(ioc->rqos.q)) in ioc_autop_idx()
/Linux-v6.1/include/linux/
Dblkdev.h599 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro
1263 return blk_queue_nonrot(bdev_get_queue(bdev)); in bdev_nonrot()