Searched refs:global_lock (Results 1 – 4 of 4) sorted by relevance
34 #define PPPT_GLOBAL_LOCK() mutex_enter(&pppt_global.global_lock)35 #define PPPT_GLOBAL_UNLOCK() mutex_exit(&pppt_global.global_lock)226 kmutex_t global_lock; member
149 mutex_init(&pppt_global.global_lock, NULL, MUTEX_DEFAULT, NULL); in _init()155 mutex_destroy(&pppt_global.global_lock); in _init()176 mutex_destroy(&pppt_global.global_lock); in _fini()856 ASSERT(mutex_owned(&pppt_global.global_lock)); in pppt_sess_lookup_locked()908 ASSERT(mutex_owned(&pppt_global.global_lock)); in pppt_sess_lookup_by_id_locked()1167 ASSERT(mutex_owned(&pppt_global.global_lock)); in pppt_sess_close_locked()
267 mutex_init(&cs_globals.global_lock, NULL, MUTEX_DRIVER, NULL); in cs_init()334 mutex_enter(&cs_globals.global_lock); in cs_deinit()336 mutex_exit(&cs_globals.global_lock); in cs_deinit()376 mutex_enter(&cs_globals.global_lock); in cs_deinit()378 mutex_exit(&cs_globals.global_lock); in cs_deinit()384 mutex_enter(&cs_globals.global_lock); in cs_deinit()389 mutex_exit(&cs_globals.global_lock); in cs_deinit()512 mutex_destroy(&cs_globals.global_lock); in cs_deinit()1749 mutex_enter(&cs_globals.global_lock); in cs_register_client()1751 mutex_exit(&cs_globals.global_lock); in cs_register_client()[all …]
650 kmutex_t global_lock; /* protects this struct */ member