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

/linux-4.4.14/drivers/scsi/
H A Dscsi_debug.c553 static unsigned int scsi_debug_unmap_max_blocks = DEF_UNMAP_MAX_BLOCKS; variable
1223 put_unaligned_be32(scsi_debug_unmap_max_blocks, &arr[16]); inquiry_evpd_b0()
4106 module_param_named(unmap_max_blocks, scsi_debug_unmap_max_blocks, int, S_IRUGO);
4894 scsi_debug_unmap_max_blocks = scsi_debug_init()
4895 clamp(scsi_debug_unmap_max_blocks, 0U, 0xffffffffU); scsi_debug_init()

Completed in 68 milliseconds