Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_spinlock.h52 #define ck_spinlock_trylock(x) ck_spinlock_fas_trylock(x) macro
59 ck_spinlock_locked, ck_spinlock_trylock)
H A Dck_fifo.h60 return ck_spinlock_trylock(&fifo->m_tail); in ck_fifo_spsc_enqueue_trylock()
83 return ck_spinlock_trylock(&fifo->m_head); in ck_fifo_spsc_dequeue_trylock()