Searched refs:l_thresh (Results 1 – 3 of 3) sorted by relevance
215 t->l_thresh = buckets >> 4; in ip_vs_rht_alloc()275 t->l_thresh = (1 << max_bits) >> 4; in ip_vs_rht_set_thresholds()277 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()279 t->l_thresh = 0; /* stop shrinking */ in ip_vs_rht_set_thresholds()
2173 shrink = ns <= t->l_thresh; in ip_vs_del_service()
531 int l_thresh; /* lower threshold */ member