Searched refs:stats_host (Results 1 – 2 of 2) sorted by relevance
346 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()349 snic->stats_host, snic, in snic_stats_debugfs_init()354 snic->stats_host, snic, in snic_stats_debugfs_init()374 debugfs_remove(snic->stats_host); in snic_stats_debugfs_remove()375 snic->stats_host = NULL; in snic_stats_debugfs_remove()
321 struct dentry *stats_host; /* Per snic debugfs root */ member