Searched refs:board_flag_lock (Results 1 – 1 of 1) sorted by relevance
298 static kmutex_t board_flag_lock; variable437 mutex_init(&board_flag_lock, NULL, MUTEX_DEFAULT, NULL); in _init()927 mutex_enter(&board_flag_lock); in sgenv_remove_cache_update_threads()930 mutex_exit(&board_flag_lock); in sgenv_remove_cache_update_threads()1256 mutex_enter(&board_flag_lock); in sgenv_update_board_cache()1280 cv_wait(&board_flag_cond, &board_flag_lock); in sgenv_update_board_cache()1290 mutex_exit(&board_flag_lock); in sgenv_update_board_cache()1292 mutex_enter(&board_flag_lock); in sgenv_update_board_cache()1298 mutex_exit(&board_flag_lock); in sgenv_update_board_cache()3237 mutex_enter(&board_flag_lock); in sgenv_indicate_cache_update_needed()[all …]