Searched refs:ml_me (Results 1 – 1 of 1) sorted by relevance
56 rte_mcslock_t ml_me = RTE_PER_LCORE(_ml_me); in test_mcslock_per_core() local58 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() local161 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() local194 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 …]