Searched refs:scsi_debug_unmap_max_blocks (Results 1 – 1 of 1) sorted by relevance
190 static unsigned int scsi_debug_unmap_max_blocks = DEF_UNMAP_MAX_BLOCKS; variable742 put_unaligned_be32(scsi_debug_unmap_max_blocks, &arr[16]); in inquiry_evpd_b0()2748 module_param_named(unmap_max_blocks, scsi_debug_unmap_max_blocks, int, S_IRUGO);3368 scsi_debug_unmap_max_blocks = in scsi_debug_init()3369 clamp(scsi_debug_unmap_max_blocks, 0U, 0xffffffffU); in scsi_debug_init()