Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-table.c1718 return q && !blk_queue_add_random(q); in device_is_not_random()
1938 if (blk_queue_add_random(q) && dm_table_all_devices_attribute(t, device_is_not_random)) in dm_table_set_restrictions()
/Linux-v4.19/include/linux/
Dblkdev.h727 #define blk_queue_add_random(q) test_bit(QUEUE_FLAG_ADD_RANDOM, &(q)->queue_flags) macro
/Linux-v4.19/drivers/scsi/
Dscsi_lib.c681 if (blk_queue_add_random(q)) in scsi_end_request()
/Linux-v4.19/block/
Dblk-core.c3166 if (blk_queue_add_random(rq->q)) in blk_update_bidi_request()