HomeSort by: relevance | last modified time | path
    Searched defs:clnt_cache_time (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lock_proc.c 119 static long clnt_cache_time[CLIENT_CACHE_SIZE]; /* time entry created */ variable in typeref:typename:long[]
169 if (client && ((clnt_cache_time[i] + CLIENT_CACHE_LIFETIME)
174 clnt_cache_time[i] = 0L;
237 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec;
lock_proc.c 119 static long clnt_cache_time[CLIENT_CACHE_SIZE]; /* time entry created */ variable in typeref:typename:long[]
169 if (client && ((clnt_cache_time[i] + CLIENT_CACHE_LIFETIME)
174 clnt_cache_time[i] = 0L;
237 clnt_cache_time[clnt_cache_next_to_use] = time_now.tv_sec;

Completed in 23 milliseconds