Home
last modified time | relevance | path

Searched refs:blk_queue_rot (Results 1 – 5 of 5) sorted by relevance

/linux/block/
H A Dbfq-iosched.c234 (blk_queue_rot(bfqd->queue) || \
4168 if (!blk_queue_rot(bfqd->queue)) in bfq_bfqq_is_slow()
4490 blk_queue_rot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4524 ((blk_queue_rot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4725 if (!blk_queue_rot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
6343 !blk_queue_rot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
7286 bfqd->nonrot_with_queueing = !blk_queue_rot(bfqd->queue); in bfq_init_queue()
7321 bfqd->rate_dur_prod = ref_rate[!blk_queue_rot(bfqd->queue)] * in bfq_init_queue()
7322 ref_wr_duration[!blk_queue_rot(bfqd->queue)]; in bfq_init_queue()
7323 bfqd->peak_rate = ref_rate[!blk_queue_rot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
H A Dblk-wbt.c804 if (blk_queue_rot(q)) in wbt_default_latency_nsec()
H A Dblk-iolatency.c991 iolat->ssd = !blk_queue_rot(blkg->q); in iolatency_pd_init()
H A Dblk-iocost.c815 if (blk_queue_rot(disk->queue)) in ioc_autop_idx()
/linux/include/linux/
H A Dblkdev.h684 #define blk_queue_rot(q) ((q)->limits.features & BLK_FEAT_ROTATIONAL) macro
1467 return blk_queue_rot(bdev_get_queue(bdev)); in bdev_rot()