Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dcallout.c159 CALLOUT_HASH_APPEND(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
164 CALLOUT_HASH_DELETE(cp->c_list->cl_callouts, cp, c_clnext, c_clprev)
205 (cl->cl_callouts.ch_head == cl->cl_callouts.ch_tail)) { \
775 if (cl->cl_callouts.ch_head == NULL) { in callout_heap_delete()
903 if (cl->cl_callouts.ch_head == NULL) { in callout_heap_process()
1172 if (cl->cl_callouts.ch_head == NULL) in timeout_generic()
1332 if (cl->cl_callouts.ch_head == NULL) { in untimeout_generic()
1460 for (cp = cl->cl_callouts.ch_head; cp != NULL; cp = cnext) { in callout_list_expire()
1526 if (cl->cl_callouts.ch_head == NULL) { in callout_expire()
/titanic_44/usr/src/uts/common/sys/
H A Dcallo.h245 callout_hash_t cl_callouts; /* list of callouts */ member
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c942 (cl->cl_callouts.ch_head == NULL)) { in callout_list_cb()
1006 coargs->bucket, cl->cl_callouts.ch_head); in callout_list_cb()
1022 if (cl->cl_callouts.ch_head == NULL) { in callout_list_cb()
1029 coptr = (callout_t *)cl->cl_callouts.ch_head; in callout_list_cb()