Home
last modified time | relevance | path

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

/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_evdev.c168 uint64_t min_dst[MAX_SAMPLES], max_dst[MAX_SAMPLES]; in tim_adjust_resolution() local
172 populate_sample(max_tck, max_ns, rmax_diff, max_dst, *req_tck, clk_freq, in tim_adjust_resolution()
174 sort_multi_array(rmax_diff, max_dst, max_tck, max_ns, MAX_SAMPLES); in tim_adjust_resolution()
181 if (min_dst[i] < max_dst[i] && min_tck[i] > m_tck && in tim_adjust_resolution()