Searched refs:increase_threshold (Results 1 – 3 of 3) sorted by relevance
624 if (ctrl->num_of_collisions >= ctrl->increase_threshold && in dr_rule_need_enlarge_hash()625 (ctrl->num_of_valid_entries - ctrl->num_of_collisions) >= ctrl->increase_threshold) in dr_rule_need_enlarge_hash()
151 unsigned int increase_threshold; member
655 ctrl->increase_threshold = (num_of_entries + 1) / 2; in dr_ste_set_ctrl()