Searched refs:rcp (Results 1 – 1 of 1) sorted by relevance
153 struct callrpc_private_s *rcp = RPC_THREAD_VARIABLE(callrpc_private_s); in __rpc_thread_clnt_cleanup() local155 if (rcp) { in __rpc_thread_clnt_cleanup()156 if (rcp->client) in __rpc_thread_clnt_cleanup()157 CLNT_DESTROY (rcp->client); in __rpc_thread_clnt_cleanup()158 free (rcp); in __rpc_thread_clnt_cleanup()
Completed in 2 milliseconds