Home
last modified time | relevance | path

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

/freebsd/sys/fs/autofs/
H A Dautofs.c132 int autofs_cache = 600; variable
133 TUNABLE_INT("vfs.autofs.cache", &autofs_cache);
135 &autofs_cache, 600, "Number of seconds to wait before reinvoking "
492 if (error == 0 && request_error == 0 && autofs_cache > 0) { in autofs_trigger_one()
495 callout_reset(&anp->an_callout, autofs_cache * hz, in autofs_trigger_one()