Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dclnt_bck.c138 ct->ct_threads = 0; in clnt_bck_create()
222 ct->ct_threads++; in clnt_bck_call()
475 ct->ct_threads--; in clnt_bck_call()
H A Dkrpc.h98 int ct_threads; /* number of threads in clnt_vc_call */ member
H A Dclnt_vc.c155 ct->ct_threads = 0; in clnt_vc_create()
325 ct->ct_threads++; in clnt_vc_call()
352 ct->ct_threads--; in clnt_vc_call()
599 ct->ct_threads--; in clnt_vc_call()
850 while (ct->ct_threads) in clnt_vc_close()