Lines Matching refs:sdebug_num_parts
752 static int sdebug_num_parts = DEF_NUM_PARTS;
5305 if ((sdebug_num_parts < 1) || (store_size < 1048576))
5307 if (sdebug_num_parts > SDEBUG_MAX_PARTS) {
5308 sdebug_num_parts = SDEBUG_MAX_PARTS;
5313 / sdebug_num_parts;
5317 for (k = 1; k < sdebug_num_parts; ++k) {
5323 starts[sdebug_num_parts] = num_sectors;
5324 starts[sdebug_num_parts + 1] = 0;
5641 module_param_named(num_parts, sdebug_num_parts, int, S_IRUGO);
6117 return scnprintf(buf, PAGE_SIZE, "%d\n", sdebug_num_parts);
7008 if (sdebug_num_parts > 0)
7043 if (sdebug_num_parts)