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

/linux-master/init/
H A Ddo_mounts.c33 static int root_wait; variable
75 root_wait = -1;
90 if (check_mul_overflow(sec, MSEC_PER_SEC, &root_wait)) {
99 root_wait = -1;
423 end = ktime_add_ms(ktime_get_raw(), root_wait);
428 if (root_wait > 0 && ktime_after(ktime_get_raw(), end))
453 if (error == -EINVAL && root_wait) {
455 root_wait = 0;
490 if (root_wait)

Completed in 124 milliseconds