Searched refs:ch_maxev (Results 1 – 2 of 2) sorted by relevance
1094 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max); in evch_chbind()1415 if (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()1421 while (chp->ch_nevents >= chp->ch_maxev) { in evch_chpublish()1520 p->cd_maxev = chp->ch_maxev; in evch_chgetchdata()1994 *chlenp = chp->ch_maxev; in sysevent_evc_control()1998 ochlen = chp->ch_maxev; in sysevent_evc_control()1999 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()2000 if (ochlen < chp->ch_maxev) { in sysevent_evc_control()2291 chp->ch_maxev = min(value, evch_events_max); in evch_usrcontrol_set()2310 *value = chp->ch_maxev; in evch_usrcontrol_get()
393 uint32_t ch_maxev; /* Maximum number of events */ member