Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Damd_iommu.c449 static struct dentry *stats_dir; variable
454 if (stats_dir == NULL) in amd_iommu_stats_add()
457 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir, in amd_iommu_stats_add()
463 stats_dir = debugfs_create_dir("amd-iommu", NULL); in amd_iommu_stats_init()
464 if (stats_dir == NULL) in amd_iommu_stats_init()
467 de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir, in amd_iommu_stats_init()