Home
last modified time | relevance | path

Searched refs:last_alive (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Drte_keepalive.c24 uint64_t last_alive[RTE_KEEPALIVE_MAXCORES]; member
58 ((rte_rdtsc() - keepcfg->last_alive[idx_core])*1000) in print_trace()
80 keepcfg->last_alive[idx_core] = rte_rdtsc(); in rte_keepalive_dispatch_pings()
102 keepcfg->last_alive[idx_core] = rte_rdtsc(); in rte_keepalive_dispatch_pings()
112 keepcfg->last_alive[idx_core] in rte_keepalive_dispatch_pings()
148 keepcfg->last_alive[id_core] = rte_rdtsc(); in rte_keepalive_register_core()
/f-stack/dpdk/examples/l2fwd-keepalive/
H A Dshm.c76 __rte_unused uint64_t last_alive) in rte_keepalive_relayed_state() argument
81 shm->core_last_seen_times[id_core] = last_alive; in rte_keepalive_relayed_state()
H A Dshm.h60 uint64_t last_alive);
H A Dmain.c519 const enum rte_keepalive_state core_state, uint64_t last_alive) in relay_core_state() argument
522 id_core, core_state, last_alive); in relay_core_state()