Searched refs:rc_intr (Results 1 – 2 of 2) sorted by relevance
106 rc->rc_intr = 0; in clnt_reconnect_create()141 rc->rc_intr ? PCATCH : 0, "rpcrecon", 0); in clnt_reconnect_connect()200 rc->rc_sendsz, rc->rc_recvsz, rc->rc_intr); in clnt_reconnect_connect()244 CLNT_CONTROL(newclient, CLSET_INTERRUPTIBLE, &rc->rc_intr); in clnt_reconnect_connect()301 rc->rc_intr ? PCATCH : 0, "rpccon", hz); in clnt_reconnect_call()479 rc->rc_intr = *(int *) info; in clnt_reconnect_control()485 *(int *) info = rc->rc_intr; in clnt_reconnect_control()
76 int rc_intr; member