Home
last modified time | relevance | path

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

/freebsd/sys/fs/autofs/
H A Dautofs.c128 int autofs_timeout = 30; variable
129 TUNABLE_INT("vfs.autofs.timeout", &autofs_timeout);
131 &autofs_timeout, 30, "Number of seconds to wait for automountd(8)");
279 ar->ar_id, ar->ar_path, autofs_timeout); in autofs_task()
443 autofs_timeout * hz); in autofs_trigger_one()