Searched defs:wmax (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/cc/ |
H A D | cc_cubic.h | 103 theoretical_cubic_cwnd(int ticks_since_cong, uint32_t wmax, uint32_t smss) in theoretical_cubic_cwnd() 116 theoretical_reno_cwnd(int ticks_since_cong, int rtt_ticks, uint32_t wmax, in theoretical_reno_cwnd() 124 theoretical_tf_cwnd(int ticks_since_cong, int rtt_ticks, unsigned long wmax, in theoretical_tf_cwnd() 176 cubic_cwnd(hrtime_t nsecs_since_cong, uint32_t wmax, uint32_t smss, int64_t K) in cubic_cwnd() 228 tf_cwnd(hrtime_t nsecs_since_cong, hrtime_t rtt_nsecs, uint32_t wmax, in tf_cwnd()
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 796 int wmin, wmax; in __m_cc_erase_in_line_sub() local
|