Searched refs:scsi_debug_unmap_max_blocks (Results 1 – 1 of 1) sorted by relevance
553 static unsigned int scsi_debug_unmap_max_blocks = DEF_UNMAP_MAX_BLOCKS; variable1223 put_unaligned_be32(scsi_debug_unmap_max_blocks, &arr[16]); in inquiry_evpd_b0()4106 module_param_named(unmap_max_blocks, scsi_debug_unmap_max_blocks, int, S_IRUGO);4894 scsi_debug_unmap_max_blocks = in scsi_debug_init()4895 clamp(scsi_debug_unmap_max_blocks, 0U, 0xffffffffU); in scsi_debug_init()