Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/etherswitch/rtl8366/
Drtl8366rb.c89 #define RTL_TRYLOCK(_sc) mtx_trylock(&(_sc)->sc_mtx) macro
447 if (RTL_TRYLOCK(sc) == 0) in smi_acquire()
467 if (RTL_TRYLOCK(sc) == 0) in smi_release()