Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mcslock.c51 rte_mcslock_t ml_me; in test_mcslock_per_core() local
53 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_per_core()
55 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_per_core()
148 rte_mcslock_t ml_me; in test_mcslock_try() local
155 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_try()
157 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_try()
175 rte_mcslock_t ml_me; in test_mcslock() local
188 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
200 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()
232 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
[all …]