Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c1094 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max); in evch_chbind()
1416 if (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()
1422 while (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()
1521 p->cd_maxev = chp->ch_maxev; in evch_chgetchdata()
1996 *chlenp = chp->ch_maxev; in sysevent_evc_control()
2000 ochlen = chp->ch_maxev; in sysevent_evc_control()
2001 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()
2002 if (ochlen < chp->ch_maxev) { in sysevent_evc_control()
2293 chp->ch_maxev = min(value, evch_events_max); in evch_usrcontrol_set()
2312 *value = chp->ch_maxev; in evch_usrcontrol_get()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h393 uint32_t ch_maxev; /* Maximum number of events */ member