Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/virtio/network/
H A Dif_vtnet.c505 VTNET_CORE_UNLOCK(sc); in vtnet_detach()
561 VTNET_CORE_UNLOCK(sc); in vtnet_suspend()
579 VTNET_CORE_UNLOCK(sc); in vtnet_resume()
603 VTNET_CORE_UNLOCK(sc); in vtnet_attach_completed()
619 VTNET_CORE_UNLOCK(sc); in vtnet_config_change()
1430 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1436 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1443 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
3513 VTNET_CORE_UNLOCK(sc); in vtnet_init()
3911 VTNET_CORE_UNLOCK(sc); in vtnet_update_vlan_filter()
[all …]
H A Dif_vtnetvar.h379 #define VTNET_CORE_UNLOCK(_sc) mtx_unlock(VTNET_CORE_MTX((_sc))) macro
/freebsd-14.2/sys/dev/netmap/
H A Dif_vtnet_netmap.h50 VTNET_CORE_UNLOCK(sc); in vtnet_netmap_reg()