Searched refs:pcihp_open_mutex (Results 1 – 1 of 1) sorted by relevance
305 static kmutex_t pcihp_open_mutex; /* mutex to protect open/close/uninit */ variable329 mutex_init(&pcihp_open_mutex, NULL, MUTEX_DRIVER, NULL); in _init()331 mutex_destroy(&pcihp_open_mutex); in _init()516 mutex_enter(&pcihp_open_mutex); in pcihp_open()522 mutex_exit(&pcihp_open_mutex); in pcihp_open()543 mutex_exit(&pcihp_open_mutex); in pcihp_open()561 mutex_exit(&pcihp_open_mutex); in pcihp_open()571 mutex_exit(&pcihp_open_mutex); in pcihp_open()587 mutex_enter(&pcihp_open_mutex); in pcihp_close()591 mutex_exit(&pcihp_open_mutex); in pcihp_close()[all …]