Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()