Searched refs:ncall_mutex (Results 1 – 1 of 1) sorted by relevance
126 static kmutex_t ncall_mutex; variable141 mutex_init(&ncall_mutex, NULL, MUTEX_DRIVER, NULL); in _init()144 mutex_destroy(&ncall_mutex); in _init()160 mutex_destroy(&ncall_mutex); in _fini()281 mutex_enter(&ncall_mutex); in ncall_register_module()286 mutex_exit(&ncall_mutex); in ncall_register_module()302 mutex_enter(&ncall_mutex); in ncall_unregister_module()312 mutex_exit(&ncall_mutex); in ncall_unregister_module()324 mutex_enter(&ncall_mutex); in ncall_stop()327 mutex_exit(&ncall_mutex); in ncall_stop()[all …]