Home | History | Annotate | Download | only in common

Lines Matching refs:lowWaterRatio

193     hash->lowWaterRatio  = RESIZE_POLICY_RATIO_TABLE[policy * 2];
241 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);
629 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);