Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/virtio/network/
H A Dif_vtnet.c508 VTNET_CORE_UNLOCK(sc); in vtnet_detach()
559 VTNET_CORE_UNLOCK(sc); in vtnet_suspend()
577 VTNET_CORE_UNLOCK(sc); in vtnet_resume()
601 VTNET_CORE_UNLOCK(sc); in vtnet_attach_completed()
617 VTNET_CORE_UNLOCK(sc); in vtnet_config_change()
1426 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1432 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1439 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
3484 VTNET_CORE_UNLOCK(sc); in vtnet_init()
3882 VTNET_CORE_UNLOCK(sc); in vtnet_update_vlan_filter()
[all …]
H A Dif_vtnetvar.h375 #define VTNET_CORE_UNLOCK(_sc) mtx_unlock(VTNET_CORE_MTX((_sc))) macro
/freebsd-13.1/sys/dev/netmap/
H A Dif_vtnet_netmap.h51 VTNET_CORE_UNLOCK(sc); in vtnet_netmap_reg()