Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c113 static int last_swept = 0; variable
237 if ((time(0) - last_swept) > sweep_interval) {
242 if ((time(0) - last_swept) > sweep_interval)
1403 last_swept = time(0); in sweep_clients()
/titanic_50/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c153 static time_t last_swept = 0; variable
367 if ((gethrestime_sec() - last_swept) > sweep_interval) in rpc_gss_cleanup()
1768 last_swept = gethrestime_sec(); in sweep_clients()