Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mcslock.c155 rte_mcslock_t ml_try_me = RTE_PER_LCORE(_ml_try_me); in test_mcslock_try() local
160 if (rte_mcslock_trylock(&p_ml_try, &ml_try_me) == 0) { in test_mcslock_try()
182 rte_mcslock_t ml_try_me = RTE_PER_LCORE(_ml_try_me); in test_mcslock() local
221 if (rte_mcslock_trylock(&p_ml_try, &ml_try_me) == 0) in test_mcslock()
229 rte_mcslock_unlock(&p_ml_try, &ml_try_me); in test_mcslock()