Home
last modified time | relevance | path

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

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