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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2672 int mutexrate; local
2698 mutexrate = sum_smtx / ncpus;
2702 if (mutexrate < threshold_mutex_info) {
2703 if (mutexrate == 0) {
2707 * that if mutexrate is 0, then the state should be OK. i.e,
2718 } else if (mutexrate < threshold_mutex_warning) {

Completed in 18 milliseconds