Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/autofs/
H A Dautofs.c129 int autofs_timeout = 30; variable
130 TUNABLE_INT("vfs.autofs.timeout", &autofs_timeout);
132 &autofs_timeout, 30, "Number of seconds to wait for automountd(8)");
280 ar->ar_id, ar->ar_path, autofs_timeout); in autofs_task()
444 autofs_timeout * hz); in autofs_trigger_one()