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

/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c298 static kmutex_t pcihp_mutex; /* mutex to protect the following data */ variable
324 mutex_init(&pcihp_mutex, NULL, MUTEX_DRIVER, NULL);
328 mutex_destroy(&pcihp_mutex);
357 mutex_enter(&pcihp_mutex);
362 mutex_exit(&pcihp_mutex);
374 mutex_enter(&pcihp_mutex);
384 mutex_exit(&pcihp_mutex);
418 mutex_enter(&pcihp_mutex);
425 mutex_exit(&pcihp_mutex);
430 mutex_exit(&pcihp_mutex);
[all...]

Completed in 57 milliseconds