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

/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.h137 kmutex_t sti_plumb_lock; /* serializes plumbs, and the related */ member in struct:sotpi_info
H A Dsocktpi.c5771 mutex_enter(&sti->sti_plumb_lock);
5773 mutex_exit(&sti->sti_plumb_lock);
5977 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock));
6578 mutex_init(&sti->sti_plumb_lock, NULL, MUTEX_DEFAULT, NULL);
6603 mutex_destroy(&sti->sti_plumb_lock);
H A Dsockstr.c133 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock));
301 ASSERT(MUTEX_HELD(&sti->sti_plumb_lock));

Completed in 106 milliseconds