Searched refs:window_lock (Results 1 – 2 of 2) sorted by relevance
268 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 …]
651 kmutex_t window_lock; /* protects cs_windows */ member