Searched refs:cl_next (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcmt.h76 struct cmt_lgrp *cl_next; /* next cmt_lgrp */ member in struct:cmt_lgrp
H A Dcallo.h242 callout_list_t *cl_next; /* next in clhash */ member in struct:callout_list
H A Dsysevent_impl.h193 struct class_lst *cl_next; member in struct:class_lst
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c167 CALLOUT_HASH_INSERT(hash, cl, cl_next, cl_prev)
170 CALLOUT_HASH_APPEND(hash, cl, cl_next, cl_prev)
173 CALLOUT_HASH_DELETE(hash, cl, cl_next, cl_prev)
178 (cl)->cl_next = (nextcl); \
181 cl->cl_prev->cl_next = cl; \
204 } else if ((cl->cl_next == NULL) && \
244 cl->cl_next = ct->ct_lfree; \
335 for (cl = ct->ct_clhash[hash].ch_head; (cl != NULL); cl = cl->cl_next) {
374 nextcl = nextcl->cl_next;
1126 ct->ct_lfree = cl->cl_next;
[all...]
H A Dlog_sysevent.c906 c_list->cl_next = chan->scd_class_list_tbl[index];
933 next_clist = clist->cl_next;
1151 c_list = c_list->cl_next;
1173 c_list = c_list->cl_next;
1308 clist = clist->cl_next;
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c272 wsp->walk_addr = (uintptr_t)clist.cl_next;
H A Dgenunix.c622 (((callout_list_t *)wsp->walk_data)->cl_next);
1093 cl->cl_prev, cl->cl_next);
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1188 c_list = c_list->cl_next;
1267 c_list->cl_next = SH_CLASS_HASH(shp)[CLASS_HASH(class)];
1295 c_list = c_list->cl_next;
1340 next_clist = clist->cl_next;
1408 clist->cl_next = class_hash[i];
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1224 lgrp = lgrp->cl_next;
1243 lgrp->cl_next = cmt_lgrps;

Completed in 73 milliseconds