Searched refs:ch_tail (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c178 for (ch->ch_tail = 1; ch->ch_tail < ch->ch_num_swqe -1; ch->ch_tail++) {
179 ch->ch_swqe[ch->ch_tail].sw_next = ch->ch_tail + 1;
181 ch->ch_swqe[ch->ch_tail].sw_next = 0;
1413 if (ch->ch_head == ch->ch_tail) {
1433 ch->ch_swqe[ch->ch_tail].sw_next = id;
1434 ch->ch_tail = (uint32_t)id;
H A Dsrpt_impl.h197 uint32_t ch_tail; member in struct:srpt_channel_s
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dcallout.c88 hashp->ch_tail = cp; \
99 cp->cprev = hashp->ch_tail; \
100 if (hashp->ch_tail == NULL) \
104 hashp->ch_tail = cp; \
112 hashp->ch_tail = cp->cprev; \
205 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \
458 ct->ct_queue.ch_tail = NULL;
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dcallo.h217 void *ch_tail; member in struct:callout_hash

Completed in 107 milliseconds