Searched refs:second_ref_usage_threshold (Results 1 – 1 of 1) sorted by relevance
372 const double second_ref_usage_threshold = in TestCandidateKey() local374 if (this_stats.pcnt_second_ref >= second_ref_usage_threshold) return false; in TestCandidateKey()375 if (next_stats.pcnt_second_ref >= second_ref_usage_threshold) return false; in TestCandidateKey()