Lines Matching refs:call_prev
2735 if (e->call_prev) in connmgr_connect()
2736 e->call_prev->call_next = e->call_next; in connmgr_connect()
2740 e->call_next->call_prev = e->call_prev; in connmgr_connect()
2904 if (e->call_prev) in connmgr_getopt_int()
2905 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()
2909 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()
2996 if (e->call_prev) in connmgr_setopt_int()
2997 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()
3001 e->call_next->call_prev = e->call_prev; in connmgr_setopt_int()
3146 clnt_pending->call_prev = e; in clnt_dispatch_send()
3148 e->call_prev = NULL; in clnt_dispatch_send()