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

/netbsd-current/usr.sbin/autofs/
H A Dautounmountd.c183 time_t mounted_for, mounted_max = -1; local
200 if (mounted_for > mounted_max)
201 mounted_max = mounted_for;
212 if (mounted_for > mounted_max)
213 mounted_max = mounted_for;
217 return mounted_max;
267 time_t expiration_time = 600, retry_time = 600, mounted_max, sleep_time; local
335 mounted_max = expire_automounted(expiration_time);
336 if (mounted_max == -1) {
337 sleep_time = mounted_max;
[all...]

Completed in 80 milliseconds