Searched refs:ct_call_next (Results 1 – 3 of 3) sorted by relevance
255 #define ct_call_next ct_s.uct_call_next macro297 (e)->call_next = ctp->ct_call_next; \299 ctp->ct_call_next->call_prev = (e); \300 ctp->ct_call_next = (e); \319 for (cp = (ctp)->ct_call_next; \
385 ctp[i].ct_call_next = (calllist_t *)&ctp[i]; in call_table_init()
3560 for (e = ctp->ct_call_next; in clnt_dispatch_notifyall()