Searched refs:root_delay (Results 1 - 1 of 1) sorted by relevance

/linux-master/init/
H A Ddo_mounts.c120 static unsigned int __initdata root_delay; variable
123 root_delay = simple_strtoul(str, NULL, 0);
467 if (root_delay) {
469 root_delay);
470 ssleep(root_delay);

Completed in 118 milliseconds