Lines Matching refs:sdebug_num_parts
760 static int sdebug_num_parts = DEF_NUM_PARTS;
5407 if ((sdebug_num_parts < 1) || (store_size < 1048576))
5409 if (sdebug_num_parts > SDEBUG_MAX_PARTS) {
5410 sdebug_num_parts = SDEBUG_MAX_PARTS;
5415 / sdebug_num_parts;
5419 for (k = 1; k < sdebug_num_parts; ++k) {
5425 starts[sdebug_num_parts] = num_sectors;
5426 starts[sdebug_num_parts + 1] = 0;
5741 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO);
6257 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_num_parts);
7144 if (sdebug_num_parts > 0)
7179 if (sdebug_num_parts)