Searched refs:BICTCP_HZ (Results 1 – 2 of 2) sorted by relevance
29 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro69 static const __u64 cube_factor = (__u64)(1ull << (10+3*BICTCP_HZ))323 t <<= BICTCP_HZ; in bictcp_update()332 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
37 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro270 t <<= BICTCP_HZ; in bictcp_update()279 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()537 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */ in cubictcp_register()