Home
last modified time | relevance | path

Searched refs:wmax (Results 1 – 5 of 5) sorted by relevance

/trueos/sys/netinet/cc/
HDcc_cubic.h94 theoretical_cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss) in theoretical_cubic_cwnd() argument
99 wmax_pkts = wmax / (double)smss; in theoretical_cubic_cwnd()
107 theoretical_reno_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_reno_cwnd() argument
111 return ((wmax * 0.5) + ((ticks_since_cong / (float)rtt_ticks) * smss)); in theoretical_reno_cwnd()
115 theoretical_tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_tf_cwnd() argument
119 return ((wmax * 0.8) + ((3 * 0.2) / (2 - 0.2) * in theoretical_tf_cwnd()
167 cubic_cwnd(int ticks_since_cong, unsigned long wmax, uint32_t smss, int64_t K) in cubic_cwnd() argument
185 cwnd = ((cwnd * CUBIC_C_FACTOR * smss) >> CUBIC_SHIFT_4) + wmax; in cubic_cwnd()
199 reno_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in reno_cwnd() argument
208 return (((wmax * RENO_BETA) + (((ticks_since_cong * smss) in reno_cwnd()
[all …]
/trueos/lib/libedit/
HDtokenizer.c71 char *wptr, *wmax; /* Space and limit on the word buffer */ member
130 tok->wmax = tok->wspace + WINCR; in tok_init()
389 if (tok->wptr >= tok->wmax - 4) { in tok_line()
390 size_t size = tok->wmax - tok->wspace + WINCR; in tok_line()
405 tok->wmax = s + size; in tok_line()
/trueos/sys/netgraph/
HDng_l2tp.c138 u_int16_t wmax; /* peer's max recv window */ member
1200 seq->wmax = priv->conf.peer_win; in ng_l2tp_seq_init()
1201 if (seq->wmax > L2TP_MAX_XWIN) in ng_l2tp_seq_init()
1202 seq->wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_init()
1203 seq->ssth = seq->wmax; in ng_l2tp_seq_init()
1256 if (new_wmax < seq->wmax) in ng_l2tp_seq_adjust()
1258 seq->wmax = new_wmax; in ng_l2tp_seq_adjust()
1296 seq->wmax = L2TP_MAX_XWIN; in ng_l2tp_seq_reset()
1298 seq->ssth = seq->wmax; in ng_l2tp_seq_reset()
1351 if (seq->cwnd < seq->wmax) { in ng_l2tp_seq_recv_nr()
[all …]
/trueos/sbin/geom/class/part/
HDgeom_part.c604 int idx, wblocks, wname, wmax; in gpart_show_geom() local
627 wmax = strlen(gp->lg_name); in gpart_show_geom()
631 if (wname > wmax) in gpart_show_geom()
632 wmax = wname; in gpart_show_geom()
635 wname = wmax; in gpart_show_geom()
/trueos/contrib/gdb/
HDmd5.sum3974 3d4113ef895254186382634bb9654300 sim/testsuite/sim/arm/iwmmxt/wmax.cgs