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

/illumos-gate/usr/src/uts/common/io/
H A Dbscv.c2925 int fault_cnt = 0; local
2957 fault_cnt = 0;
2961 } else if (fault_cnt > 0) {
2964 fault_cnt = 0;
2987 } else if (fault_cnt == BSC_PROBE_FAULT_LIMIT) {
2996 * Increment fault_cnt to ensure that
3000 fault_cnt = BSC_PROBE_FAULT_LIMIT + 1;
3002 } else if (fault_cnt < BSC_PROBE_FAULT_LIMIT) {
3010 fault_cnt = 0;
3013 fault_cnt
[all...]

Completed in 69 milliseconds