Searched refs:next_minor (Results 1 – 1 of 1) sorted by relevance
837 static int next_minor = 512; in mddev_alloc_unit() local838 int start = next_minor; in mddev_alloc_unit()843 dev = MKDEV(MD_MAJOR, next_minor); in mddev_alloc_unit()844 next_minor++; in mddev_alloc_unit()845 if (next_minor > MINORMASK) in mddev_alloc_unit()846 next_minor = 0; in mddev_alloc_unit()847 if (next_minor == start) in mddev_alloc_unit()