Home
last modified time | relevance | path

Searched defs:end_tsc (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_member_perf.c228 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local
263 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local
310 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_bulk() local
350 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multimatch() local
404 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multimatch_bulk() local
431 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local
477 const uint64_t end_tsc = rte_rdtsc(); in timed_miss_lookup() local
H A Dtest_efd_perf.c188 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local
221 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local
265 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local
294 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_hash_perf.c308 const uint64_t end_tsc = rte_rdtsc(); in timed_adds() local
385 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups() local
511 const uint64_t end_tsc = rte_rdtsc(); in timed_lookups_multi() local
550 const uint64_t end_tsc = rte_rdtsc(); in timed_deletes() local
H A Dtest_timer_perf.c42 uint64_t start_tsc, end_tsc, delay_start; in test_timer_perf() local
/f-stack/lib/
H A Dff_dpdk_if.c1825 …uint64_t prev_tsc, diff_tsc, cur_tsc, usch_tsc, div_tsc, usr_tsc, sys_tsc, end_tsc, idle_sleep_tsc; local