Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c1019 unsigned i, n, tref, wn; in test_refcnt_iter() local
1022 tref = 0; in test_refcnt_iter()
1033 tref += ref; in test_refcnt_iter()
1058 refcnt_lcore[lcore] += tref; in test_refcnt_iter()
1061 __func__, lcore, iter, tref); in test_refcnt_iter()
1096 unsigned int main_lcore, worker, tref; in test_refcnt_mbuf() local
1138 tref = 0; 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()