Searched refs:l_thresh (Results 1 – 3 of 3) sorted by relevance
216 t->l_thresh = buckets >> 4; in ip_vs_rht_alloc()276 t->l_thresh = (1 << max_bits) >> 4; in ip_vs_rht_set_thresholds()278 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()280 t->l_thresh = 0; /* stop shrinking */ in ip_vs_rht_set_thresholds()
2078 } else if (ns <= t->l_thresh && in ip_vs_del_service()
517 int l_thresh; /* lower threshold */ member