Searched refs:bl_trilllock (Results 1 – 2 of 2) sorted by relevance
871 mutex_destroy(&blp->bl_trilllock); in link_free()1379 mutex_enter(&blp->bl_trilllock); in bridge_trill_lnunref()1384 cv_wait(&blp->bl_trillwait, &blp->bl_trilllock); in bridge_trill_lnunref()1385 mutex_exit(&blp->bl_trilllock); in bridge_trill_lnunref()1903 mutex_enter(&blp->bl_trilllock); in bridge_forward()1906 mutex_exit(&blp->bl_trilllock); in bridge_forward()1919 mutex_enter(&blp->bl_trilllock); in bridge_forward()1924 mutex_exit(&blp->bl_trilllock); in bridge_forward()2008 mutex_enter(&blp->bl_trilllock); in bridge_forward()2011 mutex_exit(&blp->bl_trilllock); in bridge_forward()[all …]
192 kmutex_t bl_trilllock; member