Home
last modified time | relevance | path

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

/linux-5.10/drivers/md/
Ddm-table.c1609 return q && !blk_queue_add_random(q); in device_is_not_random()
1877 if (blk_queue_add_random(q) && dm_table_all_devices_attribute(t, device_is_not_random)) in dm_table_set_restrictions()
/linux-5.10/include/linux/
Dblkdev.h648 #define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags) macro
/linux-5.10/drivers/scsi/
Dscsi_lib.c572 if (blk_queue_add_random(q)) in scsi_end_request()