Searched refs:cachefs_async_lock (Results 1 – 2 of 2) sorted by relevance
139 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()
2072 kmutex_t cachefs_async_lock; variable2165 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()