Searched refs:timeout_next (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct.c594 thead->tail->timeout_next = flow->hdr;
602 * timeout_next = NULL, timeout_prev != NULL, at the tail end.
603 * timeout_next != NULL, timeout_prev = NULL, at the head.
604 * timeout_next != NULL, timeout_prev != NULL, in the middle.
605 * timeout_next = NULL, timeout_prev = NULL, not in the timeout list,
608 } else if ((flow->hdr->timeout_next != NULL) ||
612 thead->head->timeout_next->timeout_prev = NULL;
613 thead->head = thead->head->timeout_next;
614 flow->hdr->timeout_next = NULL;
615 thead->tail->timeout_next
[all...]
H A Dflowacct_impl.h88 struct list_hdr_s *timeout_next; member in struct:list_hdr_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c208 int n_aborts = 0, abort_next = 0, timeout_next = 0, echo_next = 0; variable
934 ++timeout_next;
1143 if (timeout_next) {
1144 timeout_next = 0;
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h434 struct ibcm_state_data_s *timeout_next; member in struct:ibcm_state_data_s
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c166 ibcm_state_data_s::timeout_next))
H A Dibcm_sm.c4139 statep->timeout_next = NULL;
4143 ibcm_timeout_list_tail->timeout_next = statep;
4231 ibcm_timeout_list_hdr = statep->timeout_next;
4236 statep->timeout_next = NULL;

Completed in 105 milliseconds