Searched refs:max_dst (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_tim_evdev.c | 168 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()
|