Searched refs:u_thresh (Results 1 – 4 of 4) sorted by relevance
214 t->u_thresh = buckets; in ip_vs_rht_alloc()267 t->u_thresh = INT_MAX; /* stop growing */ in ip_vs_rht_set_thresholds()269 t->u_thresh = size >> min(-lfactor, max_bits); in ip_vs_rht_set_thresholds()271 t->u_thresh = min(size, 1 << (30 - lfactor)) << lfactor; in ip_vs_rht_set_thresholds()277 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()
306 if (atomic_read(&ipvs->conn_count) > t->u_thresh && in ip_vs_conn_hash()
1828 grow = ip_vs_get_num_services(ipvs) + 1 > t->u_thresh; in ip_vs_add_service()
530 int u_thresh; /* upper threshold */ member