Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_cubic.c34 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
282 t <<= BICTCP_HZ; in bictcp_update()
291 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
507 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */ in cubictcp_register()