Searched defs:health_test_softc (Results 1 – 1 of 1) sorted by relevance
317 static struct health_test_softc { struct318 uint32_t ht_rct_value[HARVESTSIZE + 1];319 u_int ht_rct_count; /* number of samples with the same value */320 u_int ht_rct_limit; /* constant after init */322 uint32_t ht_apt_value[HARVESTSIZE + 1];323 u_int ht_apt_count; /* number of samples with the same value */324 u_int ht_apt_seq; /* sequence number of the last sample */325 u_int ht_apt_cutoff; /* constant after init */327 uint64_t ht_total_samples;328 bool ondemand; /* Set to true to restart the state machine */[all …]