Home
last modified time | relevance | path

Searched refs:callout_heap_t (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dcallo.h266 } callout_heap_t; typedef
365 callout_heap_t *ct_heap; /* callout expiration heap */
412 #define CALLOUT_CHUNK (PAGESIZE / sizeof (callout_heap_t))
418 #define CALLOUT_MIN_HEAP_SIZE (64 * 1024 * sizeof (callout_heap_t))
/titanic_41/usr/src/uts/common/os/
H A Dcallout.c232 callout_heap_t tmp; \
524 size = sizeof (callout_heap_t) * callout_chunk; in callout_heap_init()
536 callout_heap_t *heap; in callout_heap_expand()
545 osize = sizeof (callout_heap_t) * max; in callout_heap_expand()
546 size = sizeof (callout_heap_t) * (max + callout_chunk); in callout_heap_expand()
577 ct->ct_heap_max = size / sizeof (callout_heap_t); in callout_heap_expand()
592 callout_heap_t *heap, *hcurrent, *hparent; in callout_upheap()
673 callout_heap_t *heap, *hleft, *hright, *hcurrent; in callout_downheap()
753 callout_heap_t *heap; in callout_heap_delete()
861 callout_heap_t *heap; in callout_heap_process()
[all …]