Searched refs:stats_host (Results 1 – 2 of 2) sorted by relevance
362 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()365 snic->stats_host, snic, in snic_stats_debugfs_init()370 snic->stats_host, snic, in snic_stats_debugfs_init()390 debugfs_remove(snic->stats_host); in snic_stats_debugfs_remove()391 snic->stats_host = NULL; in snic_stats_debugfs_remove()
335 struct dentry *stats_host; /* Per snic debugfs root */ member