Searched refs:lcore_stats (Results 1 – 2 of 2) sorted by relevance
152 struct lcore_statistics *lcore_stats; member523 struct lcore_statistics *lcore_stats) in lcore_conf_init() argument559 lconf->lcore_stats = &lcore_stats[lcore_id]; in lcore_conf_init()703 struct lcore_statistics *lcore_stats; in run_encoding() local708 lcore_stats = lcore_conf->lcore_stats; in run_encoding()798 lcore_stats->enqueued += nb_enq; in run_encoding()807 lcore_stats->dequeued += nb_deq; in run_encoding()834 struct lcore_statistics *lcore_stats; in run_decoding() local838 lcore_stats = lcore_conf->lcore_stats; in run_decoding()894 lcore_stats->enqueued += nb_enq; in run_decoding()[all …]
367 struct lcore_stats { struct401 static struct lcore_stats stats[RTE_MAX_LCORE] __rte_cache_aligned; argument