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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c118 static time_t authdes_cache_time = 10*60*60; variable
370 * idled for authdes_cache_time.
634 * entries that have not been used for more than authdes_cache_time.
648 * If the last LRU entry idled less than authdes_cache_time,
651 if (p->ref_time + authdes_cache_time > gethrestime_sec())

Completed in 58 milliseconds