Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Drte_keepalive.c40 uint64_t tsc_initial; member
129 keepcfg->tsc_initial = rte_rdtsc(); in rte_keepalive_create()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c225 uint64_t tsc_initial = rte_rdtsc(); in l2fwd_main_loop() local
238 if (check_period > 0 && cur_tsc - tsc_initial > tsc_lifetime) in l2fwd_main_loop()