Home
last modified time | relevance | path

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

/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_evdev.c150 ns[i] = round((double)tck[i] * tck_ns); in populate_sample()
151 if (round((double)tck[i] * tck_ns) > in populate_sample()
152 ((double)tck[i] * tck_ns)) in populate_sample()
155 diff[i] = PLT_MAX((double)ns[i], (double)tck[i] * tck_ns) - in populate_sample()
156 PLT_MIN((double)ns[i], (double)tck[i] * tck_ns); in populate_sample()
173 tck_ns, MAX_SAMPLES, true); in tim_adjust_resolution()
177 tck_ns, MAX_SAMPLES, false); in tim_adjust_resolution()
271 double tck_ns; in cnxk_tim_ring_create() local
274 tck_ns = NSECPERSEC / clk_freq; in cnxk_tim_ring_create()
275 req_tck = round(rcfg->timer_tick_ns / tck_ns); in cnxk_tim_ring_create()
[all …]