Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_pwork.c135 return blk_queue_nonrot(btp->bt_bdev->bd_disk->queue) ? 2 : 1; in xfs_pwork_guess_datadev_parallelism()
/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.c234 (!blk_queue_nonrot(bfqd->queue) || \
3769 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()
4110 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4144 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4342 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
5618 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
6498 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()
6536 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()
6537 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()
6538 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
H A Dblk-wbt.c663 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
H A Dioctl.c553 return put_ushort(argp, !blk_queue_nonrot(bdev_get_queue(bdev))); in blkdev_common_ioctl()
H A Dblk-throttle.c2109 if (!blk_queue_nonrot(td->queue) || !td->limit_valid[LIMIT_LOW]) in throtl_update_latency_buckets()
2332 !blk_queue_nonrot(td->queue)) in throtl_track_latency()
2469 if (blk_queue_nonrot(q)) { in blk_throtl_register_queue()
H A Dblk-iolatency.c981 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
H A Dblk-iocost.c815 if (!blk_queue_nonrot(ioc->rqos.q)) in ioc_autop_idx()
H A Dblk-mq.c2265 q->mq_ops->commit_rqs || !blk_queue_nonrot(q))) { in blk_mq_submit_bio()
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-srv.c562 !blk_queue_nonrot(bdev_get_queue(rnbd_dev->bdev)); in rnbd_srv_fill_msg_open_rsp()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_iblock.c126 if (blk_queue_nonrot(q)) in iblock_configure_device()
H A Dtarget_core_file.c161 if (blk_queue_nonrot(q)) in fd_configure_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h660 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c2690 if (!p->bdev || !blk_queue_nonrot(bdev_get_queue(p->bdev))) in SYSCALL_DEFINE1()
3284 if (p->bdev && blk_queue_nonrot(bdev_get_queue(p->bdev))) { in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1924 return q && !blk_queue_nonrot(q); in device_is_rotational()
H A Draid1.c705 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
H A Draid10.c798 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
H A Draid5.c7249 if (blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in setup_conf()
H A Dmd.c6019 !blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in md_run()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c949 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c696 if (!blk_queue_nonrot(q)) in btrfs_open_one_device()
2647 if (!blk_queue_nonrot(q)) in btrfs_init_new_device()