Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h137 kmutex_t sti_plumb_lock; /* serializes plumbs, and the related */ member
H A Dsocktpi.c5783 mutex_enter(&sti->sti_plumb_lock); in sotpi_ioctl()
5785 mutex_exit(&sti->sti_plumb_lock); in sotpi_ioctl()
5989 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock)); in socktpi_plumbioctl()
6590 mutex_init(&sti->sti_plumb_lock, NULL, MUTEX_DEFAULT, NULL); in i_sotpi_info_constructor()
6615 mutex_destroy(&sti->sti_plumb_lock); in i_sotpi_info_destructor()
H A Dsockstr.c133 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock)); in so_sock2stream()
301 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock)); in so_stream2sock()