Searched refs:scsi_debug_unmap_max_blocks (Results 1 – 1 of 1) sorted by relevance
550 static unsigned int scsi_debug_unmap_max_blocks = DEF_UNMAP_MAX_BLOCKS; variable1220 put_unaligned_be32(scsi_debug_unmap_max_blocks, &arr[16]); in inquiry_evpd_b0()4105 module_param_named(unmap_max_blocks, scsi_debug_unmap_max_blocks, int, S_IRUGO);4898 scsi_debug_unmap_max_blocks = in scsi_debug_init()4899 clamp(scsi_debug_unmap_max_blocks, 0U, 0xffffffffU); in scsi_debug_init()