Searched refs:stats_host (Results 1 – 2 of 2) sorted by relevance
348 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root); in snic_stats_debugfs_init()351 snic->stats_host, snic, in snic_stats_debugfs_init()356 snic->stats_host, snic, in snic_stats_debugfs_init()376 debugfs_remove(snic->stats_host); in snic_stats_debugfs_remove()377 snic->stats_host = NULL; in snic_stats_debugfs_remove()
321 struct dentry *stats_host; /* Per snic debugfs root */ member