Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c34 static int root_wait; variable
165 if (root_wait) in devt_from_partuuid()
167 root_wait = 0; in devt_from_partuuid()
331 root_wait = 1; in rootwait_setup()
619 if ((ROOT_DEV == 0) && root_wait) { in prepare_namespace()

Completed in 3 milliseconds