Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1098 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max); in evch_chbind()
1419 if (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()
1425 while (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()
1524 p->cd_maxev = chp->ch_maxev; in evch_chgetchdata()
2002 *chlenp = chp->ch_maxev; in sysevent_evc_control()
2006 ochlen = chp->ch_maxev; in sysevent_evc_control()
2007 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()
2008 if (ochlen < chp->ch_maxev) { in sysevent_evc_control()
2299 chp->ch_maxev = min(value, evch_events_max); in evch_usrcontrol_set()
2318 *value = chp->ch_maxev; in evch_usrcontrol_get()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h393 uint32_t ch_maxev; /* Maximum number of events */ member