Searched refs:hki_perfcntr64_flags (Results 1 – 2 of 2) sorted by relevance
754 while (!(ksi->hki_perfcntr64_flags & HERMON_PERFCNTR64_THREAD_EXIT)) { in hermon_kstat_perfcntr64_update_thread()765 ksi->hki_perfcntr64_flags = 0; in hermon_kstat_perfcntr64_update_thread()787 if (!(ksi->hki_perfcntr64_flags & HERMON_PERFCNTR64_THREAD_CREATED)) { in hermon_kstat_perfcntr64_thread_create()792 ksi->hki_perfcntr64_flags |= HERMON_PERFCNTR64_THREAD_CREATED; in hermon_kstat_perfcntr64_thread_create()807 if (ksi->hki_perfcntr64_flags & HERMON_PERFCNTR64_THREAD_CREATED) { in hermon_kstat_perfcntr64_thread_exit()811 ksi->hki_perfcntr64_flags |= HERMON_PERFCNTR64_THREAD_EXIT; in hermon_kstat_perfcntr64_thread_exit()
476 uint_t hki_perfcntr64_flags; /* see below */ member