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

  /src/usr.sbin/rpc.lockd/
lock_proc.c 118 static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE]; variable in typeref:typename:CLIENT * []
168 client = clnt_cache_ptr[i];
176 clnt_cache_ptr[i] = NULL;
189 if (clnt_cache_ptr[clnt_cache_next_to_use]) {
190 clnt_destroy(clnt_cache_ptr[clnt_cache_next_to_use]);
191 clnt_cache_ptr[clnt_cache_next_to_use] = NULL;
234 clnt_cache_ptr[clnt_cache_next_to_use] = client;
lock_proc.c 118 static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE]; variable in typeref:typename:CLIENT * []
168 client = clnt_cache_ptr[i];
176 clnt_cache_ptr[i] = NULL;
189 if (clnt_cache_ptr[clnt_cache_next_to_use]) {
190 clnt_destroy(clnt_cache_ptr[clnt_cache_next_to_use]);
191 clnt_cache_ptr[clnt_cache_next_to_use] = NULL;
234 clnt_cache_ptr[clnt_cache_next_to_use] = client;
lock_proc.c 118 static CLIENT *clnt_cache_ptr[CLIENT_CACHE_SIZE]; variable in typeref:typename:CLIENT * []
168 client = clnt_cache_ptr[i];
176 clnt_cache_ptr[i] = NULL;
189 if (clnt_cache_ptr[clnt_cache_next_to_use]) {
190 clnt_destroy(clnt_cache_ptr[clnt_cache_next_to_use]);
191 clnt_cache_ptr[clnt_cache_next_to_use] = NULL;
234 clnt_cache_ptr[clnt_cache_next_to_use] = client;

Completed in 129 milliseconds