Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h418 #define CALLOUT_MIN_HEAP_SIZE (64 * 1024 * sizeof (callout_heap_t)) macro
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c2064 min = CALLOUT_MIN_HEAP_SIZE; in callout_mp_init()