Lines Matching defs:health_test_softc
316 static struct health_test_softc { struct
317 uint32_t ht_rct_value[HARVESTSIZE + 1];
318 u_int ht_rct_count; /* number of samples with the same value */
319 u_int ht_rct_limit; /* constant after init */
321 uint32_t ht_apt_value[HARVESTSIZE + 1];
322 u_int ht_apt_count; /* number of samples with the same value */
323 u_int ht_apt_seq; /* sequence number of the last sample */
324 u_int ht_apt_cutoff; /* constant after init */
326 uint64_t ht_total_samples;
327 bool ondemand; /* Set to true to restart the state machine */
328 enum {
334 } ht_state;