Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c85 static uint32_t evch_channels_max; variable
1015 evch_channels_max = min(evch_isqrt(k), EVCH_MAX_CHANNELS); in evch_chinit()
1016 evch_events_max = evch_channels_max << 8; in evch_chinit()
1078 evch_channels_max) { in evch_chbind()