Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c29 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
69 static const __u64 cube_factor = (__u64)(1ull << (10+3*BICTCP_HZ))
329 t <<= BICTCP_HZ; in bictcp_update() local
338 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c35 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
277 t <<= BICTCP_HZ; in bictcp_update() local
286 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
522 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */ in cubictcp_register()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c29 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
69 static const __u64 cube_factor = (__u64)(1ull << (10+3*BICTCP_HZ))
323 t <<= BICTCP_HZ; in bictcp_update() local
332 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c37 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
270 t <<= BICTCP_HZ; in bictcp_update() local
279 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
535 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */ in cubictcp_register()

Completed in 7 milliseconds