Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c168 CALLOUT_HASH_INSERT(hash, cl, cl_next, cl_prev)
171 CALLOUT_HASH_APPEND(hash, cl, cl_next, cl_prev)
174 CALLOUT_HASH_DELETE(hash, cl, cl_next, cl_prev)
179 (cl)->cl_next = (nextcl); \
182 cl->cl_prev->cl_next = cl; \
205 } else if ((cl->cl_next == NULL) && \
245 cl->cl_next = ct->ct_lfree; \
336 for (cl = ct->ct_clhash[hash].ch_head; (cl != NULL); cl = cl->cl_next) { in callout_list_get()
375 nextcl = nextcl->cl_next; in callout_queue_add()
1127 ct->ct_lfree = cl->cl_next; in timeout_generic()
[all …]
H A Dlog_sysevent.c906 c_list->cl_next = chan->scd_class_list_tbl[index]; in create_channel_registration()
933 next_clist = clist->cl_next; in free_channel_registration()
1151 c_list = c_list->cl_next; in find_class()
1173 c_list = c_list->cl_next; in remove_all_class()
1308 clist = clist->cl_next; in get_registration()
/illumos-gate/usr/src/uts/common/sys/
H A Dcmt.h76 struct cmt_lgrp *cl_next; /* next cmt_lgrp */ member
H A Dcallo.h242 callout_list_t *cl_next; /* next in clhash */ member
H A Dsysevent_impl.h193 struct class_lst *cl_next; member
/illumos-gate/usr/src/lib/libsysevent/
H A Dlibsysevent.c1189 c_list = c_list->cl_next; in cache_find_class()
1268 c_list->cl_next = SH_CLASS_HASH(shp)[CLASS_HASH(class)]; in cache_insert_class()
1296 c_list = c_list->cl_next; in cache_remove_all_class()
1341 next_clist = clist->cl_next; in free_cached_registration()
1409 clist->cl_next = class_hash[i]; in create_cached_registration()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c270 wsp->walk_addr = (uintptr_t)clist.cl_next; in sysevent_class_list_walk_step()
H A Dgenunix.c743 (((callout_list_t *)wsp->walk_data)->cl_next); in callout_list_walk_step()
1214 cl->cl_prev, cl->cl_next); in callout_list_cb()
/illumos-gate/usr/src/uts/common/disp/
H A Dcmt.c1224 lgrp = lgrp->cl_next; in pg_cmt_find_lgrp()
1243 lgrp->cl_next = cmt_lgrps; in pg_cmt_lgrp_create()