Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mcslock.c56 rte_mcslock_t ml_me = RTE_PER_LCORE(_ml_me); in test_mcslock_per_core() local
58 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_per_core()
60 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_per_core()
154 rte_mcslock_t ml_me = RTE_PER_LCORE(_ml_me); in test_mcslock_try() local
161 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_try()
163 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_try()
181 rte_mcslock_t ml_me = RTE_PER_LCORE(_ml_me); in test_mcslock() local
194 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
206 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()
238 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
[all …]