Home
last modified time | relevance | path

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

/linux/init/
H A Ddo_mounts.c33 static int root_wait; variable
68 root_wait = -1; in rootwait_setup()
83 if (check_mul_overflow(sec, MSEC_PER_SEC, &root_wait)) { in rootwait_timeout_setup()
92 root_wait = -1; in rootwait_timeout_setup()
416 end = ktime_add_ms(ktime_get_raw(), root_wait); in wait_for_root()
421 if (root_wait > 0 && ktime_after(ktime_get_raw(), end)) in wait_for_root()
446 if (error == -EINVAL && root_wait) { in parse_root_device()
448 root_wait = 0; in parse_root_device()
482 if (root_wait) in prepare_namespace()