Searched defs:INACTIVE_DELTA (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c129 * those entries that have not been accessed in INACTIVE_DELTA
131 * INACTIVE_DELTA, so that reaping entries from a reclaim operation
144 * and the context has not been referenced in INACTIVE_DELTA seconds, return
147 #define INACTIVE_DELTA 8*60*60 /* 8 hours */ macro
158 static time_t svc_rpc_gss_inactive_delta = INACTIVE_DELTA;

Completed in 514 milliseconds