Searched refs:window_lock (Results 1 – 2 of 2) sorted by relevance
266 mutex_init(&cs_globals.window_lock, NULL, MUTEX_DRIVER, NULL); in cs_init()511 mutex_destroy(&cs_globals.window_lock); in cs_deinit()4651 mutex_enter(&cs_globals.window_lock); in cs_request_window()4666 mutex_exit(&cs_globals.window_lock); in cs_request_window()4679 mutex_exit(&cs_globals.window_lock); in cs_request_window()4697 mutex_exit(&cs_globals.window_lock); in cs_request_window()4712 mutex_exit(&cs_globals.window_lock); in cs_request_window()4731 mutex_exit(&cs_globals.window_lock); in cs_request_window()4756 mutex_exit(&cs_globals.window_lock); in cs_request_window()4779 mutex_enter(&cs_globals.window_lock); in cs_release_window()[all …]
649 kmutex_t window_lock; /* protects cs_windows */ member