Home
last modified time | relevance | path

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

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