Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c121 static time_t authdes_last_swept = 0; variable
376 if ((gethrestime_sec() - authdes_last_swept) > authdes_sweep_interval) in _svcauth_des()
680 authdes_last_swept = gethrestime_sec(); in sweep_cache()