Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h254 #define EVCH_MAX_CHANNELS 1024 macro
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1015 evch_channels_max = min(evch_isqrt(k), EVCH_MAX_CHANNELS); in evch_chinit()