Searched defs:callout_heap_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h266 } callout_heap_t; typedef in typeref:struct:callout_heap
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))

Completed in 45 milliseconds