Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c198 cl = ct->ct_expired.ch_head; \
422 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_queue_delete()
476 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_queue_process()
501 if (ct->ct_expired.ch_head != NULL) in callout_queue_process()
799 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_heap_delete()
923 CALLOUT_LIST_APPEND(ct->ct_expired, cl); in callout_heap_process()
961 if (ct->ct_expired.ch_head != NULL) in callout_heap_process()
1341 CALLOUT_LIST_DELETE(ct->ct_expired, cl); in untimeout_generic()
1520 for (cl = ct->ct_expired.ch_head; (cl != NULL); cl = clnext) { in callout_expire()
1531 CALLOUT_LIST_DELETE(ct->ct_expired, cl); in callout_expire()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h372 callout_hash_t ct_expired; /* list of expired callout lists */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1320 ct->ct_taskq, ct->ct_expired.ch_head, in callout_t_cb()
1358 clptr = (callout_list_t *)ct->ct_expired.ch_head; in callout_t_cb()