Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcallout.c520 ASSERT(ct->ct_heap == NULL); in callout_heap_init()
525 ct->ct_heap = kmem_alloc(size, KM_SLEEP); in callout_heap_init()
574 bcopy(ct->ct_heap, heap, osize); in callout_heap_expand()
575 kmem_free(ct->ct_heap, osize); in callout_heap_expand()
576 ct->ct_heap = heap; in callout_heap_expand()
601 heap = ct->ct_heap; in callout_upheap()
647 ct->ct_heap[ct->ct_heap_num].ch_expiration = cl->cl_expiration; in callout_heap_insert()
648 ct->ct_heap[ct->ct_heap_num].ch_list = cl; in callout_heap_insert()
678 heap = ct->ct_heap; in callout_downheap()
767 heap = ct->ct_heap; in callout_heap_delete()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h365 callout_heap_t *ct_heap; /* callout expiration heap */ member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1085 (ct->ct_heap == NULL) || (ct->ct_cyclic == NULL))) { in callout_t_cb()
1110 ct->ct_heap); in callout_t_cb()