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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dhealth_monitor.conf30 threshold_mutex_info 200
H A DhealthMonitor.c114 ulong threshold_mutex_info = 200, threshold_mutex_warning = 500; variable
404 register_config_handler("health_monitor", "threshold_mutex_info",
2204 } else if (strcmp(token, "threshold_mutex_info") == 0) {
2205 threshold_mutex_info = atol(cptr);
2702 if (mutexrate < threshold_mutex_info) {

Completed in 19 milliseconds