Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_mcslock.c44 rte_mcslock_t *p_ml; variable
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()
161 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock_try()
163 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock_try()
194 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
206 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()
232 if (rte_mcslock_is_locked(p_ml)) { in test_mcslock()
238 rte_mcslock_lock(&p_ml, &ml_me); in test_mcslock()
241 rte_mcslock_unlock(&p_ml, &ml_me); in test_mcslock()