Home
last modified time | relevance | path

Searched refs:blk_queue_add_random (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-table.c1932 return q && !blk_queue_add_random(q); in device_is_not_random()
2165 if (blk_queue_add_random(q) && in dm_table_set_restrictions()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h664 #define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags) macro
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c573 if (blk_queue_add_random(q)) in scsi_end_request()