Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_module.c172 mutex_init(&cachefs_rl_debug_mutex, NULL, MUTEX_DEFAULT, NULL); in cachefs_init()
302 mutex_destroy(&cachefs_rl_debug_mutex); in cachefs_fini()
H A Dcachefs_resource.c1108 kmutex_t cachefs_rl_debug_mutex; variable
1144 mutex_enter(&cachefs_rl_debug_mutex); in cachefs_rl_debug_save()
1186 mutex_exit(&cachefs_rl_debug_mutex); in cachefs_rl_debug_save()
1198 mutex_enter(&cachefs_rl_debug_mutex); in cachefs_rl_debug_show()
1202 mutex_exit(&cachefs_rl_debug_mutex); in cachefs_rl_debug_show()
1276 mutex_exit(&cachefs_rl_debug_mutex); in cachefs_rl_debug_show()
1284 mutex_enter(&cachefs_rl_debug_mutex); in cachefs_rl_debug_destroy()
1287 mutex_exit(&cachefs_rl_debug_mutex); in cachefs_rl_debug_destroy()
1298 mutex_exit(&cachefs_rl_debug_mutex); in cachefs_rl_debug_destroy()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h492 extern kmutex_t cachefs_rl_debug_mutex;