Searched refs:call_prev (Results 1 – 3 of 3) sorted by relevance
266 struct calllist_s *call_prev; member299 (e)->call_prev = (calllist_t *)ctp; \300 ctp->ct_call_next->call_prev = (e); \310 (e)->call_prev->call_next = (e)->call_next; \311 (e)->call_next->call_prev = (e)->call_prev; \
3293 if (e->call_prev) in connmgr_connect()3294 e->call_prev->call_next = e->call_next; in connmgr_connect()3298 e->call_next->call_prev = e->call_prev; in connmgr_connect()3462 if (e->call_prev) in connmgr_getopt_int()3463 e->call_prev->call_next = e->call_next; in connmgr_getopt_int()3467 e->call_next->call_prev = e->call_prev; in connmgr_getopt_int()3554 if (e->call_prev) in connmgr_setopt_int()3555 e->call_prev->call_next = e->call_next; in connmgr_setopt_int()3559 e->call_next->call_prev = e->call_prev; in connmgr_setopt_int()3879 clnt_pending->call_prev = e; in clnt_dispatch_send()[all …]
415 p->cku_call.call_prev = NULL; in clnt_clts_kinit()