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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
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 22 milliseconds