Home
last modified time | relevance | path

Searched refs:qps (Results 1 – 10 of 10) sorted by relevance

/src/contrib/unbound/services/cache/
H A Dinfra.c1013 d->qps[0] = 1; in infra_create_ratedata()
1037 d->qps[0] = 1; in infra_ip_create_ratedata()
1051 return &(d->qps[i]); in infra_rate_find_second_or_none()
1061 d->qps[oldest] = 0; in infra_rate_find_second_or_none()
1062 return &(d->qps[oldest]); in infra_rate_find_second_or_none()
1086 d->qps[i] > max) { in infra_rate_max()
1087 max = d->qps[i]; in infra_rate_max()
1091 return d->qps[i]; in infra_rate_max()
H A Dinfra.h200 int qps[RATE_WINDOW]; member
/src/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_rx.c1056 &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1107 MLX4_QP_STATE_RST, NULL, 0, 0, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1108 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1109 mlx4_qp_free(mdev->dev, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1128 MLX4_QP_STATE_RST, NULL, 0, 0, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
1129 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
1130 mlx4_qp_free(mdev->dev, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
H A Den.h475 struct mlx4_qp qps[MAX_RX_RINGS]; member
H A Dmlx4_en_netdev.c181 rule.qpn = priv->rss_map.qps[filter->rxq_index].qpn; in mlx4_en_filter_work()
/src/contrib/unbound/doc/
H A Dunbound-control.rst628 Printed one per line with current estimated qps and qps limit from config.
630 their estimated qps.
637 Printed one per line with current estimated qps and qps limit from config.
639 estimated qps.
H A Dexample.conf.in1017 # if 0(default) it is disabled, otherwise state qps allowed per zone.
1041 # if 0(default) it is disabled, otherwise states qps allowed per ip address
1046 # if 0(default) it is disabled, otherwise states qps allowed per ip address
H A Dunbound.conf.rst452 The effect is that the qps for long-lasting queries is about:
456 (num-queries-per-thread / 2) / (average time for such long queries) qps
458 The qps for short queries can be about:
462 (num-queries-per-thread / 2) / (jostle-timeout in whole seconds) qps per thread
464 about (2048/2)*5 = 5120 qps by default.
2997 @@UAHL@unbound.conf@ratelimit-for-domain@@: *<domain> <number qps or 0>*
3006 @@UAHL@unbound.conf@ratelimit-below-domain@@: *<domain> <number qps or 0>*
3011 The closest matching suffix is used to determine the qps limit.
H A DChangelog7031 - ratelimit feature, ratelimit: 100, or some sensible qps, can be
9007 - Fix jostle list bug found by Vince (luoce@cnnic), it caused the qps
9008 in overload situations to be about 5 qps for the class of shortly
9011 / (average time for such long queries) qps for long queries.
9013 qps for short queries, per thread.
11185 www with DO bit set : BIND 8269.31 Ub 28735.6 qps.
11186 So, unbound can be about equal qps to NSD in cache hits.
/src/contrib/unbound/contrib/
H A Dfastrpz.patch3200 /** ratelimit for ip addresses. 0 is off, otherwise qps (unless overridden) */