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

/freebsd-13-stable/sys/fs/autofs/
H A Dautofs.c135 int autofs_cache = 600; variable
136 TUNABLE_INT("vfs.autofs.cache", &autofs_cache);
138 &autofs_cache, 600, "Number of seconds to wait before reinvoking "
495 if (error == 0 && request_error == 0 && autofs_cache > 0) {
498 callout_reset(&anp->an_callout, autofs_cache * hz,

Completed in 169 milliseconds