Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c76 static unsigned refcnt_lcore[RTE_MAX_LCORE]; variable
1020 refcnt_lcore[lcore] += free; in test_refcnt_worker()
1072 refcnt_lcore[lcore] += tref; in test_refcnt_iter()
1143 memset(refcnt_lcore, 0, sizeof (refcnt_lcore)); in test_refcnt_mbuf()
1156 tref += refcnt_lcore[worker]; in test_refcnt_mbuf()
1158 if (tref != refcnt_lcore[main_lcore]) in test_refcnt_mbuf()
1160 tref, refcnt_lcore[main_lcore]); in test_refcnt_mbuf()