Searched refs:ngd_mtx (Results 1 – 1 of 1) sorted by relevance
119 struct mtx ngd_mtx; member198 mtx_init(&priv->ngd_mtx, "ng_device", NULL, MTX_DEF); in ng_device_constructor()210 mtx_destroy(&priv->ngd_mtx); in ng_device_constructor()318 mtx_lock(&priv->ngd_mtx); in ng_device_rcvdata()323 mtx_unlock(&priv->ngd_mtx); in ng_device_rcvdata()339 mtx_destroy(&priv->ngd_mtx); in ng_device_disconnect()377 mtx_lock(&priv->ngd_mtx); in ngdopen()379 mtx_unlock(&priv->ngd_mtx); in ngdopen()393 mtx_lock(&priv->ngd_mtx); in ngdclose()395 mtx_unlock(&priv->ngd_mtx); in ngdclose()[all …]