Searched refs:VTNET_TXQ_TRYLOCK (Results 1 – 2 of 2) sorted by relevance
| /src/sys/dev/virtio/network/ | ||
| H A D | if_vtnetvar.h | 132 #define VTNET_TXQ_TRYLOCK(_txq) mtx_trylock(&(_txq)->vtntx_mtx) macro |
| H A D | if_vtnet.c | 2815 if (VTNET_TXQ_TRYLOCK(txq) != 0) { in vtnet_txq_mq_start() |