Home
last modified time | relevance | path

Searched refs:USEC_PER_JIFFY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c10 * resolution (i.e. USEC_PER_JIFFY) instead of using jiffies.
113 #define USEC_PER_JIFFY (USEC_PER_SEC / HZ) macro
326 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c10 * resolution (i.e. USEC_PER_JIFFY) instead of using jiffies.
113 #define USEC_PER_JIFFY (USEC_PER_SEC / HZ) macro
320 t = (__s32)(tcp_jiffies32 - ca->epoch_start) * USEC_PER_JIFFY; in bictcp_update()

Completed in 3 milliseconds