Searched refs:etm_rc_max (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_filter.c49 static uint16_t etm_rc_max; /* max entries allowed in rcs */ variable
85 if (etm_rc_cnt >= etm_rc_max) {
86 n = (etm_rc_max == 0) ? 1 : 2 * etm_rc_max;
93 bcopy(etm_rcs, rcl, etm_rc_max * sizeof (etm_prc_t));
95 etm_rc_max * sizeof (etm_prc_t));
98 etm_rc_max = n;
101 if (etm_rc_cnt >= etm_rc_max) {
103 etm_rc_cnt, etm_rc_max);
344 etm_rc_max
[all...]

Completed in 55 milliseconds