Searched refs:next_minor (Results 1 – 1 of 1) sorted by relevance
707 static int next_minor = 512; in mddev_alloc_unit() local708 int start = next_minor; in mddev_alloc_unit()713 dev = MKDEV(MD_MAJOR, next_minor); in mddev_alloc_unit()714 next_minor++; in mddev_alloc_unit()715 if (next_minor > MINORMASK) in mddev_alloc_unit()716 next_minor = 0; in mddev_alloc_unit()717 if (next_minor == start) in mddev_alloc_unit()