Searched refs:root_wait (Results 1 - 1 of 1) sorted by last modified time

/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;
422 end = ktime_add_ms(ktime_get_raw(), root_wait);
427 if (root_wait > 0 && ktime_after(ktime_get_raw(), end))
452 if (error == -EINVAL && root_wait) {
454 root_wait = 0;
489 if (root_wait)

Completed in 132 milliseconds