Searched refs:pNumOfBuckets (Results 1 – 1 of 1) sorted by relevance
13 inline static unsigned int compute_bucket_count(unsigned int pNumOfBuckets) { in compute_bucket_count() argument23 if (pNumOfBuckets < bucket_size[idx]) { in compute_bucket_count()29 return (pNumOfBuckets + 131101); // rare case. increase constantly in compute_bucket_count()