Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c225 static struct dentry *stats_dir; variable
230 if (stats_dir == NULL) in amd_iommu_stats_add()
233 cnt->dent = debugfs_create_u64(cnt->name, 0444, stats_dir, in amd_iommu_stats_add()
239 stats_dir = debugfs_create_dir("amd-iommu", NULL); in amd_iommu_stats_init()
240 if (stats_dir == NULL) in amd_iommu_stats_init()
243 de_fflush = debugfs_create_bool("fullflush", 0444, stats_dir, in amd_iommu_stats_init()