Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnet.c448 VTNET_CORE_UNLOCK(sc); in vtnet_detach()
499 VTNET_CORE_UNLOCK(sc); in vtnet_suspend()
517 VTNET_CORE_UNLOCK(sc); in vtnet_resume()
553 VTNET_CORE_UNLOCK(sc); in vtnet_config_change()
1116 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1126 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1173 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
3098 VTNET_CORE_UNLOCK(sc); in vtnet_init()
3267 VTNET_CORE_UNLOCK(sc); in vtnet_attach_disable_promisc()
3482 VTNET_CORE_UNLOCK(sc); in vtnet_update_vlan_filter()
[all …]
H A Dif_vtnetvar.h353 #define VTNET_CORE_UNLOCK(_sc) mtx_unlock(VTNET_CORE_MTX((_sc))) macro
/freebsd-12.1/sys/dev/netmap/
H A Dif_vtnet_netmap.h140 VTNET_CORE_UNLOCK(sc); in vtnet_netmap_reg()