Home
last modified time | relevance | path

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

/openbmc/linux/init/
H A Ddo_mounts.c33 static int root_wait; variable
75 root_wait = -1; in rootwait_setup()
90 if (check_mul_overflow(sec, MSEC_PER_SEC, &root_wait)) { in rootwait_timeout_setup()
99 root_wait = -1; in rootwait_timeout_setup()
420 end = ktime_add_ms(ktime_get_raw(), root_wait); in wait_for_root()
425 if (root_wait > 0 && ktime_after(ktime_get_raw(), end)) in wait_for_root()
450 if (error == -EINVAL && root_wait) { in parse_root_device()
452 root_wait = 0; in parse_root_device()
487 if (root_wait) in prepare_namespace()