Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbfq-iosched.c235 (!blk_queue_nonrot(bfqd->queue) || \
3994 if (blk_queue_nonrot(bfqd->queue)) in bfq_bfqq_is_slow()
4316 !blk_queue_nonrot(bfqd->queue) && !bfqd->hw_tag, in idling_boosts_thr_without_issues()
4350 ((!blk_queue_nonrot(bfqd->queue) || !bfqd->hw_tag) && in idling_boosts_thr_without_issues()
4548 if (blk_queue_nonrot(bfqd->queue) && in bfq_choose_bfqq_for_injection()
6119 blk_queue_nonrot(bfqd->queue) && bfqd->hw_tag; in bfq_update_hw_tag()
7000 bfqd->nonrot_with_queueing = blk_queue_nonrot(bfqd->queue); in bfq_init_queue()
7036 bfqd->rate_dur_prod = ref_rate[blk_queue_nonrot(bfqd->queue)] * in bfq_init_queue()
7037 ref_wr_duration[blk_queue_nonrot(bfqd->queue)]; in bfq_init_queue()
7038 bfqd->peak_rate = ref_rate[blk_queue_nonrot(bfqd->queue)] * 2 / 3; in bfq_init_queue()
Dblk-wbt.c662 if (blk_queue_nonrot(q)) in wbt_default_latency_nsec()
Dioctl.c505 return put_ushort(argp, !blk_queue_nonrot(bdev_get_queue(bdev))); in blkdev_common_ioctl()
Dblk-throttle.c2117 if (!blk_queue_nonrot(td->queue) || !td->limit_valid[LIMIT_LOW]) in throtl_update_latency_buckets()
2340 !blk_queue_nonrot(td->queue)) in throtl_track_latency()
2477 if (blk_queue_nonrot(q)) { in blk_throtl_register_queue()
Dblk-iolatency.c969 if (blk_queue_nonrot(blkg->q)) in iolatency_pd_init()
Dblk-iocost.c813 if (!blk_queue_nonrot(ioc->rqos.q)) in ioc_autop_idx()
Dblk-mq.c2242 q->mq_ops->commit_rqs || !blk_queue_nonrot(q))) { in blk_mq_submit_bio()
/Linux-v5.15/drivers/block/rnbd/
Drnbd-srv.c571 rsp->rotational = !blk_queue_nonrot(q); in rnbd_srv_fill_msg_open_rsp()
/Linux-v5.15/drivers/target/
Dtarget_core_iblock.c135 if (blk_queue_nonrot(q)) in iblock_configure_device()
Dtarget_core_file.c161 if (blk_queue_nonrot(q)) in fd_configure_device()
/Linux-v5.15/include/linux/
Dblkdev.h605 #define blk_queue_nonrot(q) test_bit(QUEUE_FLAG_NONROT, &(q)->queue_flags) macro
/Linux-v5.15/mm/
Dswapfile.c2622 if (!p->bdev || !blk_queue_nonrot(bdev_get_queue(p->bdev))) in SYSCALL_DEFINE1()
3227 if (p->bdev && blk_queue_nonrot(bdev_get_queue(p->bdev))) { in SYSCALL_DEFINE2()
/Linux-v5.15/drivers/md/
Ddm-table.c1817 return !blk_queue_nonrot(q); in device_is_rotational()
Draid1.c707 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
Draid10.c799 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
Draid5.c7244 if (blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in setup_conf()
Dmd.c5987 !blk_queue_nonrot(bdev_get_queue(rdev->bdev))) { in md_run()
/Linux-v5.15/drivers/block/
Dloop.c1079 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
/Linux-v5.15/fs/btrfs/
Dvolumes.c655 if (!blk_queue_nonrot(q)) in btrfs_open_one_device()
2646 if (!blk_queue_nonrot(q)) in btrfs_init_new_device()
/Linux-v5.15/fs/ext4/
Dmballoc.c3501 if (blk_queue_nonrot(bdev_get_queue(sb->s_bdev))) in ext4_mb_init()