Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Ddo_mounts.c120 static unsigned int __initdata root_delay; variable
123 root_delay = simple_strtoul(str, NULL, 0); in root_delay_setup()
464 if (root_delay) { in prepare_namespace()
466 root_delay); in prepare_namespace()
467 ssleep(root_delay); in prepare_namespace()
/openbmc/u-boot/net/
H A Dsntp.h46 uint root_delay; member