Searched defs:threshold_counter (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/daktari/psvcpolicy/
H A Dpsvcpolicy.c714 static int threshold_counter = 0; local
814 * condition, we increment threshold_counter.
815 * Once threshold_counter reaches the value
818 threshold_counter++;
819 if (threshold_counter == n_read_overcurrent) {
820 threshold_counter = 0;
830 threshold_counter = 0;
926 static int threshold_counter[DAKTARI_MAX_PS]; local
1071 threshold_counter[i]++;
1072 if (threshold_counter[
1254 static int threshold_counter = 0; local
[all...]

Completed in 55 milliseconds