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)215 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()
265 mutex_init(&cs_globals.global_lock, NULL, MUTEX_DRIVER, NULL); in cs_init()332 mutex_enter(&cs_globals.global_lock); in cs_deinit()334 mutex_exit(&cs_globals.global_lock); in cs_deinit()374 mutex_enter(&cs_globals.global_lock); in cs_deinit()376 mutex_exit(&cs_globals.global_lock); in cs_deinit()382 mutex_enter(&cs_globals.global_lock); in cs_deinit()387 mutex_exit(&cs_globals.global_lock); in cs_deinit()510 mutex_destroy(&cs_globals.global_lock); in cs_deinit()1747 mutex_enter(&cs_globals.global_lock); in cs_register_client()1749 mutex_exit(&cs_globals.global_lock); in cs_register_client()[all …]
648 kmutex_t global_lock; /* protects this struct */ member