Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c781 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_delete()
798 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_delete()
906 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process()
922 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process()
934 CALLOUT_LIST_DELETE(ct->ct_clhash[hash], cl); in callout_heap_process()
942 CALLOUT_LIST_APPEND(ct->ct_clhash[hash], cl); in callout_heap_process()
944 CALLOUT_LIST_INSERT(ct->ct_clhash[hash], cl); in callout_heap_process()
1156 CALLOUT_LIST_APPEND(ct->ct_clhash[hash], cl); in timeout_generic()
1158 CALLOUT_LIST_INSERT(ct->ct_clhash[hash], cl); in timeout_generic()
1819 ASSERT((ct->ct_idhash == NULL) && (ct->ct_clhash == NULL)); in callout_hash_init()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h359 callout_hash_t *ct_clhash; /* callout list hash */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c820 if (cotwd->ct.ct_clhash != NULL) { in callout_table_walk_step()
822 (uintptr_t)cotwd->ct.ct_clhash) == -1) { in callout_table_walk_step()
824 cotwd->ct.ct_clhash); in callout_table_walk_step()
1380 if (ct->ct_clhash == NULL) { in callout_t_cb()