Searched refs:u_thresh (Results 1 – 4 of 4) sorted by relevance
215 t->u_thresh = buckets; in ip_vs_rht_alloc()268 t->u_thresh = INT_MAX; /* stop growing */ in ip_vs_rht_set_thresholds()270 t->u_thresh = size >> min(-lfactor, max_bits); in ip_vs_rht_set_thresholds()272 t->u_thresh = min(size, 1 << (30 - lfactor)) << lfactor; in ip_vs_rht_set_thresholds()278 t->l_thresh = t->u_thresh >> 4; in ip_vs_rht_set_thresholds()
286 if (atomic_read(&ipvs->conn_count) > t->u_thresh && in ip_vs_conn_hash()
1834 if (t && ip_vs_get_num_services(ipvs) > t->u_thresh && in ip_vs_add_service()
516 int u_thresh; /* upper threshold */ member