Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mcslock.c39 rte_mcslock_t *p_ml; variable
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()
155 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_try()
157 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_try()
188 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
200 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()
226 if (rte_mcslock_is_locked(p_ml)) { in test_mcslock()
232 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
235 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()