Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_core.c204 __u32 t2us; in tc_core_init() local
211 if (fscanf(fp, "%08x%08x%08x", &t2us, &us2t, &clock_res) != 3) { in tc_core_init()
222 t2us = us2t; in tc_core_init()
225 tick_in_usec = (double)t2us / us2t * clock_factor; in tc_core_init()