Home
last modified time | relevance | path

Searched defs: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
329 t <<= BICTCP_HZ; in bictcp_update() local
/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
/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
323 t <<= BICTCP_HZ; in bictcp_update() local
/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

Completed in 4 milliseconds