Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c160 CALLOUT_HASH_APPEND(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
165 CALLOUT_HASH_DELETE(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
206 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \
776 if (cl->cl_callouts.ch_head == NULL) { in callout_heap_delete()
904 if (cl->cl_callouts.ch_head == NULL) { in callout_heap_process()
1173 if (cl->cl_callouts.ch_head == NULL) in timeout_generic()
1333 if (cl->cl_callouts.ch_head == NULL) { in untimeout_generic()
1461 for (cp = cl->cl_callouts.ch_head; cp != NULL; cp = cnext) { in callout_list_expire()
1527 if (cl->cl_callouts.ch_head == NULL) { in callout_expire()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h245 callout_hash_t cl_callouts; /* list of callouts */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1146 (cl->cl_callouts.ch_head == NULL)) { in callout_list_cb()
1210 coargs->bucket, cl->cl_callouts.ch_head); in callout_list_cb()
1226 if (cl->cl_callouts.ch_head == NULL) { in callout_list_cb()
1233 coptr = (callout_t *)cl->cl_callouts.ch_head; in callout_list_cb()