Home
last modified time | relevance | path

Searched refs:nonrot (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Dloop.c945 bool nonrot = true; in loop_update_rotational() local
949 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
951 if (nonrot) in loop_update_rotational()
/kernel/linux/linux-6.6/drivers/block/
H A Dloop.c938 bool nonrot = true; in loop_update_rotational() local
942 nonrot = bdev_nonrot(file_bdev); in loop_update_rotational()
944 if (nonrot) in loop_update_rotational()
/kernel/linux/linux-5.10/drivers/md/
H A Draid1.c639 bool nonrot; in read_balance() local
705 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
706 has_nonrot_disk |= nonrot; in read_balance()
733 if (nonrot && opt_iosize > 0 && in read_balance()
H A Draid10.c747 bool nonrot; in read_balance() local
806 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
807 has_nonrot_disk |= nonrot; in read_balance()
809 if (min_pending > pending && nonrot) { in read_balance()
H A Dmd.c6058 bool nonrot = true; in md_run() local
6063 nonrot = false; in md_run()
6068 nonrot = false; in md_run()
6069 if (nonrot) in md_run()
/kernel/linux/linux-6.6/drivers/md/
H A Draid1.c643 bool nonrot; in read_balance() local
709 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
710 has_nonrot_disk |= nonrot; in read_balance()
737 if (nonrot && opt_iosize > 0 && in read_balance()
H A Draid10.c773 bool nonrot; in read_balance() local
832 nonrot = bdev_nonrot(rdev->bdev); in read_balance()
833 has_nonrot_disk |= nonrot; in read_balance()
835 if (min_pending > pending && nonrot) { in read_balance()
H A Dmd.c6053 bool nonrot = true; in md_run() local
6057 nonrot = false; in md_run()
6062 nonrot = false; in md_run()
6063 if (nonrot) in md_run()
/kernel/linux/linux-5.10/block/
H A Dblk-sysfs.c287 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);
/kernel/linux/linux-6.6/block/
H A Dblk-sysfs.c304 QUEUE_SYSFS_BIT_FNS(nonrot, NONROT, 1);

Completed in 61 milliseconds