Home
last modified time | relevance | path

Searched refs:nonrot (Results 1 – 4 of 4) sorted by relevance

/drivers/block/
Dloop.c1080 bool nonrot = true; in loop_update_rotational() local
1084 nonrot = blk_queue_nonrot(bdev_get_queue(file_bdev)); in loop_update_rotational()
1086 if (nonrot) in loop_update_rotational()
/drivers/md/
Draid1.c641 bool nonrot; in read_balance() local
707 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
708 has_nonrot_disk |= nonrot; in read_balance()
735 if (nonrot && opt_iosize > 0 && in read_balance()
Draid10.c748 bool nonrot; in read_balance() local
807 nonrot = blk_queue_nonrot(bdev_get_queue(rdev->bdev)); in read_balance()
808 has_nonrot_disk |= nonrot; in read_balance()
810 if (min_pending > pending && nonrot) { in read_balance()
Dmd.c6045 bool nonrot = true; in md_run() local
6050 nonrot = false; in md_run()
6055 nonrot = false; in md_run()
6056 if (nonrot) in md_run()