Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dscsi_debug.c247 #define SDEBUG_MAX_PARTS 4 macro
5490 int starts[SDEBUG_MAX_PARTS + 2], max_part_secs; in sdebug_build_parts()
5497 if (sdebug_num_parts > SDEBUG_MAX_PARTS) { in sdebug_build_parts()
5498 sdebug_num_parts = SDEBUG_MAX_PARTS; in sdebug_build_parts()
5499 pr_warn("reducing partitions to %d\n", SDEBUG_MAX_PARTS); in sdebug_build_parts()