Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c113 static unsigned int __initdata root_delay; variable
116 if (kstrtouint(str, 0, &root_delay)) in root_delay_setup()
460 if (root_delay) { in prepare_namespace()
462 root_delay); in prepare_namespace()
463 ssleep(root_delay); in prepare_namespace()