Searched defs:lcore_stats (Results 1 – 2 of 2) sorted by relevance
367 struct lcore_stats { struct369 uint32_t sleep_time;371 uint32_t nb_long_sleep;373 uint32_t trend;375 uint64_t nb_rx_processed;377 uint64_t nb_iteration_looped;401 static struct lcore_stats stats[RTE_MAX_LCORE] __rte_cache_aligned; argument
152 struct lcore_statistics *lcore_stats; member523 struct lcore_statistics *lcore_stats) in lcore_conf_init()703 struct lcore_statistics *lcore_stats; in run_encoding() local834 struct lcore_statistics *lcore_stats; in run_decoding() local1053 struct lcore_statistics lcore_stats[RTE_MAX_LCORE] = { {0} }; in main() local