Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c521 ASSERT(ct->ct_heap == NULL); in callout_heap_init()
526 ct->ct_heap = kmem_alloc(size, KM_SLEEP); in callout_heap_init()
575 bcopy(ct->ct_heap, heap, osize); in callout_heap_expand()
576 kmem_free(ct->ct_heap, osize); in callout_heap_expand()
577 ct->ct_heap = heap; in callout_heap_expand()
602 heap = ct->ct_heap; in callout_upheap()
649 ct->ct_heap[ct->ct_heap_num].ch_list = cl; in callout_heap_insert()
679 heap = ct->ct_heap; in callout_downheap()
768 heap = ct->ct_heap; in callout_heap_delete()
876 heap = ct->ct_heap; in callout_heap_process()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h365 callout_heap_t *ct_heap; /* callout expiration heap */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1289 (ct->ct_heap == NULL) || (ct->ct_cyclic == 0))) { in callout_t_cb()
1314 ct->ct_heap); in callout_t_cb()