Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dbfq-iosched.c234 (!blk_queue_nonrot(bfqd->queue) || \
4171 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()
4493 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4527 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4728 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
6346 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
7290 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()
7325 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()
7326 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()
7327 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
Dmq-deadline.c374 (blk_queue_nonrot(rq->q) || in deadline_fifo_request()
415 if (blk_queue_nonrot(rq->q)) in deadline_next_request()
Dblk-wbt.c745 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
Dblk-throttle.c2079 if (!blk_queue_nonrot(td->queue) || !td->limit_valid[LIMIT_LOW]) in throtl_update_latency_buckets()
2293 !blk_queue_nonrot(td->queue)) in throtl_track_latency()
2434 if (blk_queue_nonrot(q)) { in blk_throtl_register()
Dblk-iolatency.c991 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
Dblk-iocost.c815 if (!blk_queue_nonrot(disk->queue)) in ioc_autop_idx()
/linux-6.6.21/include/linux/
Dblkdev.h573 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro
1232 return blk_queue_nonrot(bdev_get_queue(bdev)); in bdev_nonrot()