Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c75 static unsigned refcnt_lcore[RTE_MAX_LCORE]; variable
1006 refcnt_lcore[lcore] += free; in test_refcnt_worker()
1058 refcnt_lcore[lcore] += tref; in test_refcnt_iter()
1129 memset(refcnt_lcore, 0, sizeof (refcnt_lcore)); in test_refcnt_mbuf()
1142 tref += refcnt_lcore[worker]; in test_refcnt_mbuf()
1144 if (tref != refcnt_lcore[main_lcore]) in test_refcnt_mbuf()
1146 tref, refcnt_lcore[main_lcore]); in test_refcnt_mbuf()