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

/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c175 time_t hm_prev_disk_ref=1; variable
1839 hm_prev_disk_ref = 0;
1910 time(&hm_prev_disk_ref);
1933 if (hm_prev_disk_ref == 0) return;
1939 * so, another refresh is not necessary. hm_prev_disk_ref is initialized to 1
1944 if ( (hm_current_time - hm_prev_disk_ref) < (hm_refresh_interval / 4) ) return;
1947 hm_prev_disk_ref = 0;
2105 time(&hm_prev_disk_ref);

Completed in 19 milliseconds