Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/iommu/
Damd_iommu.c388 static struct dentry *stats_dir; variable
393 if (stats_dir == NULL) in amd_iommu_stats_add()
396 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir, in amd_iommu_stats_add()
402 stats_dir = debugfs_create_dir("amd-iommu", NULL); in amd_iommu_stats_init()
403 if (stats_dir == NULL) in amd_iommu_stats_init()
406 de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir, in amd_iommu_stats_init()