Home
last modified time | relevance | path

Searched refs:cachefs_async_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/cachefs/
H A Dcachefs_module.c139 extern kmutex_t cachefs_async_lock; /* global async work count */
170 mutex_init(&cachefs_async_lock, NULL, MUTEX_DEFAULT, NULL); in cachefs_init()
304 mutex_destroy(&cachefs_async_lock); in cachefs_fini()
H A Dcachefs_subr.c2072 kmutex_t cachefs_async_lock; variable
2165 mutex_enter(&cachefs_async_lock); in cachefs_async_start()
2167 mutex_exit(&cachefs_async_lock); in cachefs_async_start()
2232 mutex_enter(&cachefs_async_lock); in cachefs_addqueue()
2234 mutex_exit(&cachefs_async_lock); in cachefs_addqueue()