Searched refs:pcihp_open_mutex (Results 1 – 1 of 1) sorted by relevance
301 static kmutex_t pcihp_open_mutex; /* mutex to protect open/close/uninit */ variable325 mutex_init(&pcihp_open_mutex, NULL, MUTEX_DRIVER, NULL); in _init()327 mutex_destroy(&pcihp_open_mutex); in _init()512 mutex_enter(&pcihp_open_mutex); in pcihp_open()518 mutex_exit(&pcihp_open_mutex); in pcihp_open()539 mutex_exit(&pcihp_open_mutex); in pcihp_open()557 mutex_exit(&pcihp_open_mutex); in pcihp_open()567 mutex_exit(&pcihp_open_mutex); in pcihp_open()583 mutex_enter(&pcihp_open_mutex); in pcihp_close()587 mutex_exit(&pcihp_open_mutex); in pcihp_close()[all …]