Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c58 static u32 cube_rtt_scale __read_mostly;
286 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
506 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ in cubictcp_register()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c60 static u32 cube_rtt_scale __read_mostly;
279 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
519 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ in cubictcp_register()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c52 static const __u32 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ variable
338 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c52 static const __u32 cube_rtt_scale = (bic_scale * 10); /* 1024*c/rtt */ variable
332 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ); in bictcp_update()

Completed in 5 milliseconds