Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_pwork.c135 return blk_queue_nonrot(btp->bt_bdev->bd_queue) ? 2 : 1; in xfs_pwork_guess_datadev_parallelism()
/Linux-v5.4/block/
Dbfq-iosched.c233 (!blk_queue_nonrot(bfqd->queue) || \
3735 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()
4076 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4106 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4300 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
5583 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
6463 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()
6501 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()
6502 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()
6503 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
Dcompat_ioctl.c382 !blk_queue_nonrot(bdev_get_queue(bdev))); in compat_blkdev_ioctl()
Dioctl.c568 return put_ushort(arg, !blk_queue_nonrot(bdev_get_queue(bdev))); in blkdev_ioctl()
Dblk-wbt.c666 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
Dblk-throttle.c2042 if (!blk_queue_nonrot(td->queue)) in throtl_update_latency_buckets()
2235 !blk_queue_nonrot(td->queue)) in throtl_track_latency()
2432 if (blk_queue_nonrot(q)) { in blk_throtl_register_queue()
Dblk-iolatency.c964 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
Dblk-iocost.c727 if (!blk_queue_nonrot(ioc->rqos.q)) in ioc_autop_idx()
Dblk-mq.c1996 !blk_queue_nonrot(q))) { in blk_mq_make_request()
/Linux-v5.4/drivers/target/
Dtarget_core_iblock.c126 if (blk_queue_nonrot(q)) in iblock_configure_device()
Dtarget_core_file.c161 if (blk_queue_nonrot(q)) in fd_configure_device()
/Linux-v5.4/include/linux/
Dblkdev.h637 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro
/Linux-v5.4/mm/
Dswapfile.c2619 if (!p->bdev || !blk_queue_nonrot(bdev_get_queue(p->bdev))) in SYSCALL_DEFINE1()
3191 if (p->bdev && blk_queue_nonrot(bdev_get_queue(p->bdev))) { in SYSCALL_DEFINE2()
/Linux-v5.4/drivers/md/
Ddm-table.c1704 return q && blk_queue_nonrot(q); in device_is_nonrot()
Draid1.c688 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
Draid10.c798 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
Dmd.c5753 !blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in md_run()
Draid5.c6958 if (blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in setup_conf()
/Linux-v5.4/drivers/block/
Dloop.c913 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
/Linux-v5.4/fs/btrfs/
Dvolumes.c830 if (!blk_queue_nonrot(q)) in btrfs_open_one_device()
2651 if (!blk_queue_nonrot(q)) in btrfs_init_new_device()