Searched refs:min_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 176 populate_sample(min_tck, min_ns, rmin_diff, min_dst, *req_tck, clk_freq, in tim_adjust_resolution() 178 sort_multi_array(rmin_diff, min_dst, min_tck, min_ns, MAX_SAMPLES); in tim_adjust_resolution() 181 if (min_dst[i] < max_dst[i] && min_tck[i] > m_tck && in tim_adjust_resolution()
|