TXQ_TRYLOCK
#define TXQ_TRYLOCK(qs) mtx_trylock(&(qs)->lock)
#define TXQ_TRYLOCK(txq) EQ_TRYLOCK(&(txq)->eq)