Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c120 static unsigned int __initdata root_delay; variable
123 if (kstrtouint(str, 0, &root_delay)) in root_delay_setup()
467 if (root_delay) { in prepare_namespace()
469 root_delay); in prepare_namespace()
470 ssleep(root_delay); in prepare_namespace()