Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/generic/
H A Drte_cycles.h59 rte_get_hpet_cycles(void);
103 return rte_get_hpet_cycles(); in rte_get_timer_cycles()
/f-stack/dpdk/app/test/
H A Dtest_timer.c512 const uint64_t hpet_start = rte_get_hpet_cycles(); in timer_sanity_check()
515 const uint64_t hpet_end = rte_get_hpet_cycles(); in timer_sanity_check()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_timer.c117 rte_get_hpet_cycles(void) in rte_get_hpet_cycles() function
/f-stack/dpdk/lib/librte_eal/
H A Dversion.map74 rte_get_hpet_cycles;
/f-stack/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst48 For an application to use the ``rte_get_hpet_cycles()`` and ``rte_get_hpet_hz()`` API calls,
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst96 An application that calls ``rte_get_hpet_cycles()`` or ``rte_timer_manage()`` runs slower.