Home
last modified time | relevance | path

Searched refs:hki_perfcntr64_lock (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c153 mutex_init(&ksi->hki_perfcntr64_lock, NULL, MUTEX_DRIVER, NULL); in hermon_kstat_init()
199 mutex_enter(&ksi->hki_perfcntr64_lock); in hermon_kstat_fini()
201 mutex_exit(&ksi->hki_perfcntr64_lock); in hermon_kstat_fini()
219 mutex_destroy(&ksi->hki_perfcntr64_lock); in hermon_kstat_fini()
670 ASSERT(MUTEX_HELD(&ksi->hki_perfcntr64_lock)); in hermon_kstat_perfcntr64_read()
749 mutex_enter(&ksi->hki_perfcntr64_lock); in hermon_kstat_perfcntr64_update_thread()
763 &ksi->hki_perfcntr64_lock, delta, TR_CLOCK_TICK); in hermon_kstat_perfcntr64_update_thread()
766 mutex_exit(&ksi->hki_perfcntr64_lock); in hermon_kstat_perfcntr64_update_thread()
781 ASSERT(MUTEX_HELD(&ksi->hki_perfcntr64_lock)); in hermon_kstat_perfcntr64_thread_create()
805 ASSERT(MUTEX_HELD(&ksi->hki_perfcntr64_lock)); in hermon_kstat_perfcntr64_thread_exit()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h474 kmutex_t hki_perfcntr64_lock; member