Lines Matching refs:tl
47 static rte_ticketlock_t tl, tl_try; variable
57 rte_ticketlock_lock(&tl); in test_ticketlock_per_core()
59 rte_ticketlock_unlock(&tl); in test_ticketlock_per_core()
192 rte_ticketlock_lock(&tl); in test_ticketlock_try()
194 rte_ticketlock_unlock(&tl); in test_ticketlock_try()
217 rte_ticketlock_init(&tl); in test_ticketlock()
224 rte_ticketlock_lock(&tl); in test_ticketlock()
236 rte_ticketlock_unlock(&tl); in test_ticketlock()
284 if (rte_ticketlock_is_locked(&tl)) { in test_ticketlock()
288 rte_ticketlock_lock(&tl); in test_ticketlock()
292 rte_ticketlock_unlock(&tl); in test_ticketlock()