Lines Matching refs:check_threshold
379 result->scatter_check_threshold = scatter_result.check_threshold;
874 result->check_threshold = 0;
916 int check_threshold = update_state.scatter_check_threshold;
917 if (check_threshold == 0) {
918 check_threshold = prng.RandMinMax(
928 if (check_threshold > update_state.scatter_check_threshold_max)
929 check_threshold = 0;
932 if (check_threshold > 0 && update_state.num_checks >= check_threshold)
933 check_threshold = 0;
935 bool is_scattering = (wait_period != kZeroInterval || check_threshold);
938 check_threshold == update_state.scatter_check_threshold)
942 result->check_threshold = check_threshold;