Searched defs:clnext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c1515 callout_list_t *cl, *clnext; local
1519 for (cl = ct->ct_expired.ch_head; (cl != NULL); cl = clnext) {
1525 clnext = cl->cl_next;

Completed in 57 milliseconds