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

/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlock_proc.c157 static long clnt_cache_time[CLIENT_CACHE_SIZE]; /* time entry created */ variable
209 if (client && ((clnt_cache_time[i] + CLIENT_CACHE_LIFETIME)
214 clnt_cache_time[i] = 0L;
303 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec;

Completed in 44 milliseconds