Lines Matching refs:sl
47 static rte_spinlock_t sl, sl_try; variable
57 rte_spinlock_lock(&sl); in test_spinlock_per_core()
59 rte_spinlock_unlock(&sl); in test_spinlock_per_core()
184 rte_spinlock_lock(&sl); in test_spinlock_try()
186 rte_spinlock_unlock(&sl); in test_spinlock_try()
209 rte_spinlock_init(&sl); in test_spinlock()
215 rte_spinlock_lock(&sl); in test_spinlock()
227 rte_spinlock_unlock(&sl); in test_spinlock()
274 if (rte_spinlock_is_locked(&sl)) { in test_spinlock()
278 rte_spinlock_lock(&sl); in test_spinlock()
282 rte_spinlock_unlock(&sl); in test_spinlock()