Home
last modified time | relevance | path

Searched refs:SDEBUG_MAX_PARTS (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dscsi_debug.c245 #define SDEBUG_MAX_PARTS 4 macro
4239 int starts[SDEBUG_MAX_PARTS + 2]; in sdebug_build_parts()
4246 if (sdebug_num_parts > SDEBUG_MAX_PARTS) { in sdebug_build_parts()
4247 sdebug_num_parts = SDEBUG_MAX_PARTS; in sdebug_build_parts()
4248 pr_warn("reducing partitions to %d\n", SDEBUG_MAX_PARTS); in sdebug_build_parts()