OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_calc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
dccp_tfrc.h
85
struct fixpoint
x_calc
; /* Calculated send (?) rate */
member in struct:tfrc_send_ccb
dccp_tfrc.c
298
*
x_calc
= calcX(s,R,p);
299
* X = max(min(
X_calc
, 2*X_recv), s/t_mbi);
316
cb->
x_calc
= *tfrc_calcX(cb->s, cb->rtt, &cb->p);
319
if (fixpoint_cmp(&cb->
x_calc
, &temp) < 0)
320
temp = cb->
x_calc
;
425
* If (
X_calc
> 2* X_recv) X_recv = max(X_recv/2,
426
* s/(2*t_mbi)); Else X_recv =
X_calc
/4;
430
if (fixpoint_cmp(&cb->p, &v) < 0 && cb->
x_calc
.num == 0)
431
panic("TFRC -
X_calc
is zero! (tfrc_time_no_feedback)\n");
433
/* check also if p i zero ->
x_calc
is infinity ?? *
[
all
...]
Completed in 83 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025