Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/specfs/
H A Dspecvfsops.c100 kmutex_t spec_syncbusy; /* initialized in specinit() */ variable
116 if (mutex_tryenter(&spec_syncbusy) == 0) in spec_sync()
120 mutex_exit(&spec_syncbusy); in spec_sync()
161 mutex_exit(&spec_syncbusy); in spec_sync()
H A Dspecsubr.c818 mutex_init(&spec_syncbusy, NULL, MUTEX_DEFAULT, NULL); in specinit()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dsnode.h224 extern kmutex_t spec_syncbusy;