Home
last modified time | relevance | path

Searched refs:tvp (Results 1 – 1 of 1) sorted by relevance

/sunrpc/
A Drpc_thread.c24 if (tvp != NULL) { in __rpc_thread_destroy()
33 free (tvp->svc_xports_s); in __rpc_thread_destroy()
34 free (tvp->svc_pollfd_s); in __rpc_thread_destroy()
36 free (tvp); in __rpc_thread_destroy()
58 if (tvp == NULL) { in __rpc_thread_variables()
60 tvp = thread_rpc_vars; in __rpc_thread_variables()
61 if (tvp == NULL) { in __rpc_thread_variables()
62 tvp = calloc (1, sizeof *tvp); in __rpc_thread_variables()
63 if (tvp != NULL) in __rpc_thread_variables()
64 thread_rpc_vars = tvp; in __rpc_thread_variables()
[all …]

Completed in 5 milliseconds