Searched refs:SDEBUG_MAX_PARTS (Results 1 – 1 of 1) sorted by relevance
577 #define SDEBUG_MAX_PARTS 4 macro3891 int starts[SDEBUG_MAX_PARTS + 2]; in sdebug_build_parts()3898 if (scsi_debug_num_parts > SDEBUG_MAX_PARTS) { in sdebug_build_parts()3899 scsi_debug_num_parts = SDEBUG_MAX_PARTS; in sdebug_build_parts()3900 pr_warn("reducing partitions to %d\n", SDEBUG_MAX_PARTS); in sdebug_build_parts()