Home
last modified time | relevance | path

Searched refs:global_lock (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.h34 #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
H A Dpppt.c149 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()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c332 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()
1753 mutex_exit(&cs_globals.global_lock); in cs_register_client()
2475 mutex_exit(&cs_globals.global_lock); in cs_event()
3230 mutex_exit(&cs_globals.global_lock); in cs_socket_event_softintr()
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h648 kmutex_t global_lock; /* protects this struct */ member