Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/pcmcia/cs/
H A Dcs.c268 mutex_init(&cs_globals.window_lock, NULL, MUTEX_DRIVER, NULL); in cs_init()
513 mutex_destroy(&cs_globals.window_lock); in cs_deinit()
4653 mutex_enter(&cs_globals.window_lock); in cs_request_window()
4668 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4681 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4699 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4714 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4733 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4758 mutex_exit(&cs_globals.window_lock); in cs_request_window()
4781 mutex_enter(&cs_globals.window_lock); in cs_release_window()
[all …]
/titanic_41/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h651 kmutex_t window_lock; /* protects cs_windows */ member