Home
last modified time | relevance | path

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

/titanic_44/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++) { in srpt_ch_alloc()
179 ch->ch_swqe[ch->ch_tail].sw_next = ch->ch_tail + 1; in srpt_ch_alloc()
181 ch->ch_swqe[ch->ch_tail].sw_next = 0; in srpt_ch_alloc()
1413 if (ch->ch_head == ch->ch_tail) { in srpt_ch_alloc_swqe_wrid()
1433 ch->ch_swqe[ch->ch_tail].sw_next = id; in srpt_ch_free_swqe_wrid()
1434 ch->ch_tail = (uint32_t)id; in srpt_ch_free_swqe_wrid()
H A Dsrpt_impl.h197 uint32_t ch_tail; member
/titanic_44/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; in callout_queue_process()
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h217 void *ch_tail; member