Searched refs:stats_host (Results 1 – 2 of 2) sorted by relevance
380 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()383 snic->stats_host, snic, in snic_stats_debugfs_init()388 snic->stats_host, snic, in snic_stats_debugfs_init()408 debugfs_remove(snic->stats_host); in snic_stats_debugfs_remove()409 snic->stats_host = NULL; in snic_stats_debugfs_remove()
335 struct dentry *stats_host; /* Per snic debugfs root */ member