Searched refs:window_lock (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c268 mutex_init(&cs_globals.window_lock, NULL, MUTEX_DRIVER, NULL);
513 mutex_destroy(&cs_globals.window_lock);
4653 mutex_enter(&cs_globals.window_lock);
4668 mutex_exit(&cs_globals.window_lock);
4681 mutex_exit(&cs_globals.window_lock);
4699 mutex_exit(&cs_globals.window_lock);
4714 mutex_exit(&cs_globals.window_lock);
4733 mutex_exit(&cs_globals.window_lock);
4758 mutex_exit(&cs_globals.window_lock);
4781 mutex_enter(&cs_globals.window_lock);
[all...]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h651 kmutex_t window_lock; /* protects cs_windows */ member in struct:cs_globals_t

Completed in 107 milliseconds