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