Searched refs:perf_statistic (Results 1 – 2 of 2) sorted by relevance
20 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_enabled()35 if (!iommu->perf_statistic) { in dmar_latency_enable()36 iommu->perf_statistic = kcalloc(DMAR_LATENCY_NUM, sizeof(*lstat), in dmar_latency_enable()38 if (!iommu->perf_statistic) { in dmar_latency_enable()44 lstat = iommu->perf_statistic; in dmar_latency_enable()59 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_disable()72 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_update()118 struct latency_statistic *lstat = iommu->perf_statistic; in dmar_latency_snapshot()
760 void *perf_statistic; member