Home
last modified time | relevance | path

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

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