Searched refs:clnext (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ | ||
H A D | callout.c | 1515 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 61 milliseconds