Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c87 cp->cnext = hashp->ch_head; \
88 if (hashp->ch_head == NULL) \
92 hashp->ch_head = cp; \
102 hashp->ch_head = cp; \
117 hashp->ch_head = cp->cnext; \
198 cl = ct->ct_expired.ch_head; \
364 nextcl = ct->ct_queue.ch_head; in callout_queue_add()
447 firstcl = ct->ct_queue.ch_head; in callout_queue_process()
458 ct->ct_queue.ch_head = NULL; in callout_queue_process()
501 if (ct->ct_expired.ch_head != NULL) in callout_queue_process()
[all …]
/illumos-gate/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.h200 uint32_t ch_head; member
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h216 void *ch_head; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1146 (cl->cl_callouts.ch_head == NULL)) { in callout_list_cb()
1210 coargs->bucket, cl->cl_callouts.ch_head); in callout_list_cb()
1226 if (cl->cl_callouts.ch_head == NULL) { in callout_list_cb()
1233 coptr = (callout_t *)cl->cl_callouts.ch_head; in callout_list_cb()
1320 ct->ct_taskq, ct->ct_expired.ch_head, in callout_t_cb()
1321 ct->ct_queue.ch_head, in callout_t_cb()
1369 clptr = (callout_list_t *)ct->ct_queue.ch_head; in callout_t_cb()
1384 if (cotwd->cot_clhash[i].ch_head == NULL) { in callout_t_cb()
1388 cotwd->cot_clhash[i].ch_head; in callout_t_cb()
1419 cotwd->cot_idhash[i].ch_head; in callout_t_cb()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h230 struct chhead *ch_head; /* associated quadruple */ member
/illumos-gate/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.c430 cp->ch_head = ch; in clget_impl()
624 cp->ch_list = cp->ch_head->ch_list; in clfree_impl()
625 cp->ch_head->ch_list = cp; in clfree_impl()