Searched refs:bl_trilllock (Results 1 – 2 of 2) sorted by relevance
874 mutex_destroy(&blp->bl_trilllock); in link_free()1382 mutex_enter(&blp->bl_trilllock); in bridge_trill_lnunref()1387 cv_wait(&blp->bl_trillwait, &blp->bl_trilllock); in bridge_trill_lnunref()1388 mutex_exit(&blp->bl_trilllock); in bridge_trill_lnunref()1912 mutex_enter(&blp->bl_trilllock); in bridge_forward()1915 mutex_exit(&blp->bl_trilllock); in bridge_forward()1933 mutex_enter(&blp->bl_trilllock); in bridge_forward()1938 mutex_exit(&blp->bl_trilllock); in bridge_forward()2022 mutex_enter(&blp->bl_trilllock); in bridge_forward()2025 mutex_exit(&blp->bl_trilllock); in bridge_forward()[all …]
192 kmutex_t bl_trilllock; member