Searched refs:ct_closing (Results 1 – 3 of 3) sorted by relevance
134 ct->ct_closing = FALSE; in clnt_bck_create()212 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_call()471 if (ct->ct_closing) in clnt_bck_call()529 if (ct->ct_closing) { in clnt_bck_close()530 while (ct->ct_closing) in clnt_bck_close()537 ct->ct_closing = FALSE; in clnt_bck_close()576 if (ct->ct_closing || ct->ct_closed) { in clnt_bck_svccall()
151 ct->ct_closing = FALSE; in clnt_vc_create()315 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()346 if (ct->ct_closing || ct->ct_closed) { in clnt_vc_call()595 if (ct->ct_closing) in clnt_vc_call()815 if (ct->ct_closing) { in clnt_vc_close()816 while (ct->ct_closing) in clnt_vc_close()824 ct->ct_closing = TRUE; in clnt_vc_close()849 ct->ct_closing = FALSE; in clnt_vc_close()
99 bool_t ct_closing; /* TRUE if we are closing */ member