Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c87 #define RTL_TRYLOCK(_sc) mtx_trylock(&(_sc)->sc_mtx) macro
439 if (RTL_TRYLOCK(sc) == 0) in smi_acquire()
459 if (RTL_TRYLOCK(sc) == 0) in smi_release()