BXE_CORE_TRYLOCK
#define BXE_CORE_TRYLOCK(sc) sx_try_xlock(&sc->core_sx)
#define BXE_CORE_TRYLOCK(sc) mtx_trylock(&sc->core_mtx)