Home
last modified time | relevance | path

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

/illumos-gate/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.c824 mutex_init(&spec_syncbusy, NULL, MUTEX_DEFAULT, NULL); in specinit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h222 extern kmutex_t spec_syncbusy;