Home
last modified time | relevance | path

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

/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c509 VTNET_CORE_UNLOCK(sc); in vtnet_detach()
565 VTNET_CORE_UNLOCK(sc); in vtnet_suspend()
583 VTNET_CORE_UNLOCK(sc); in vtnet_resume()
607 VTNET_CORE_UNLOCK(sc); in vtnet_attach_completed()
623 VTNET_CORE_UNLOCK(sc); in vtnet_config_change()
1431 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1437 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
1444 VTNET_CORE_UNLOCK(sc); in vtnet_ioctl()
3514 VTNET_CORE_UNLOCK(sc); in vtnet_init()
3912 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/sys/dev/netmap/
H A Dif_vtnet_netmap.h50 VTNET_CORE_UNLOCK(sc); in vtnet_netmap_reg()