Home
last modified time | relevance | path

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

/linux/block/
A Dbfq-iosched.c234 (!blk_queue_nonrot(bfqd->queue) || \
4173 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()
4495 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4529 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4730 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
6349 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
7312 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()
7347 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()
7348 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()
7349 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
A Dblk-wbt.c737 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
A Dblk-iolatency.c991 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
A Dblk-throttle.c1232 if (blk_queue_nonrot(q)) in blk_throtl_init()
A Dblk-iocost.c815 if (!blk_queue_nonrot(disk->queue)) in ioc_autop_idx()
/linux/include/linux/
A Dblkdev.h618 #define blk_queue_nonrot(q) (!((q)->limits.features & BLK_FEAT_ROTATIONAL)) macro
1303 return blk_queue_nonrot(bdev_get_queue(bdev)); in bdev_nonrot()

Completed in 45 milliseconds