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 = kzalloc(sizeof(*lstat) * DMAR_LATENCY_NUM, 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()
610 void *perf_statistic; member