Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1033 unsigned i, n, tref, wn; in test_refcnt_iter() local
1036 tref = 0; in test_refcnt_iter()
1047 tref += ref; in test_refcnt_iter()
1072 refcnt_lcore[lcore] += tref; in test_refcnt_iter()
1075 __func__, lcore, iter, tref); in test_refcnt_iter()
1110 unsigned int main_lcore, worker, tref; in test_refcnt_mbuf() local
1152 tref = 0; 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()