Searched defs:pcihp_open_mutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c301 static kmutex_t pcihp_open_mutex; /* mutex to protect open/close/uninit */ variable
325 mutex_init(&pcihp_open_mutex, NULL, MUTEX_DRIVER, NULL);
327 mutex_destroy(&pcihp_open_mutex);
512 mutex_enter(&pcihp_open_mutex);
518 mutex_exit(&pcihp_open_mutex);
539 mutex_exit(&pcihp_open_mutex);
557 mutex_exit(&pcihp_open_mutex);
567 mutex_exit(&pcihp_open_mutex);
583 mutex_enter(&pcihp_open_mutex);
587 mutex_exit(&pcihp_open_mutex);
[all...]

Completed in 61 milliseconds