Home
last modified time | relevance | path

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

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