Searched refs:vtcport_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/dev/virtio/console/
H A Dvirtio_console.c73 struct mtx vtcport_mtx; member in struct:vtcon_port
89 #define VTCON_PORT_LOCK(_port) mtx_lock(&(_port)->vtcport_mtx)
90 #define VTCON_PORT_UNLOCK(_port) mtx_unlock(&(_port)->vtcport_mtx)
1015 mtx_destroy(&port->vtcport_mtx);
1070 mtx_init(&port->vtcport_mtx, "vtcpmtx", NULL, MTX_DEF);
1072 &port->vtcport_mtx);

Completed in 71 milliseconds