Home
last modified time | relevance | path

Searched refs:ch_head (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dcallout.c86 cp->cnext = hashp->ch_head; \
87 if (hashp->ch_head == NULL) \
91 hashp->ch_head = cp; \
101 hashp->ch_head = cp; \
116 hashp->ch_head = cp->cnext; \
197 cl = ct->ct_expired.ch_head; \
205 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \
335 for (cl = ct->ct_clhash[hash].ch_head; (cl != NULL); cl = cl->cl_next) { in callout_list_get()
363 nextcl = ct->ct_queue.ch_head; in callout_queue_add()
416 while ((cl = ct->ct_queue.ch_head) != NULL) { in callout_queue_delete()
[all …]
/titanic_44/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c177 ch->ch_head = 1; in srpt_ch_alloc()
1413 if (ch->ch_head == ch->ch_tail) { in srpt_ch_alloc_swqe_wrid()
1417 wrid = (ibt_wrid_t)ch->ch_head; in srpt_ch_alloc_swqe_wrid()
1418 ch->ch_swqe[ch->ch_head].sw_type = wqe_type; in srpt_ch_alloc_swqe_wrid()
1419 ch->ch_swqe[ch->ch_head].sw_addr = addr; in srpt_ch_alloc_swqe_wrid()
1420 ch->ch_head = ch->ch_swqe[ch->ch_head].sw_next; in srpt_ch_alloc_swqe_wrid()
H A Dsrpt_impl.h196 uint32_t ch_head; member
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h216 void *ch_head; member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c942 (cl->cl_callouts.ch_head == NULL)) { in callout_list_cb()
1006 coargs->bucket, cl->cl_callouts.ch_head); in callout_list_cb()
1022 if (cl->cl_callouts.ch_head == NULL) { in callout_list_cb()
1029 coptr = (callout_t *)cl->cl_callouts.ch_head; in callout_list_cb()
1116 ct->ct_taskq, ct->ct_expired.ch_head, in callout_t_cb()
1117 ct->ct_queue.ch_head, in callout_t_cb()
1154 clptr = (callout_list_t *)ct->ct_expired.ch_head; in callout_t_cb()
1165 clptr = (callout_list_t *)ct->ct_queue.ch_head; in callout_t_cb()
1180 if (cotwd->cot_clhash[i].ch_head == NULL) { in callout_t_cb()
1184 cotwd->cot_clhash[i].ch_head; in callout_t_cb()
[all …]
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_clnt.h230 struct chhead *ch_head; /* associated quadruple */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c948 cp->ch_head = ch; in clget4()
1080 cp->ch_list = cp->ch_head->ch_list; in clfree4()
1081 cp->ch_head->ch_list = cp; in clfree4()
H A Dnfs_subr.c429 cp->ch_head = ch; in clget_impl()
623 cp->ch_list = cp->ch_head->ch_list; in clfree_impl()
624 cp->ch_head->ch_list = cp; in clfree_impl()