next_minor        674 drivers/md/md.c 		static int next_minor = 512;
next_minor        675 drivers/md/md.c 		int start = next_minor;
next_minor        679 drivers/md/md.c 			dev = MKDEV(MD_MAJOR, next_minor);
next_minor        680 drivers/md/md.c 			next_minor++;
next_minor        681 drivers/md/md.c 			if (next_minor > MINORMASK)
next_minor        682 drivers/md/md.c 				next_minor = 0;
next_minor        683 drivers/md/md.c 			if (next_minor == start) {