Lines Matching refs:snic_glob
21 snic_glob->trc_root = debugfs_create_dir("snic", NULL);
23 snic_glob->stats_root = debugfs_create_dir("statistics",
24 snic_glob->trc_root);
37 debugfs_remove(snic_glob->stats_root);
38 snic_glob->stats_root = NULL;
40 debugfs_remove(snic_glob->trc_root);
41 snic_glob->trc_root = NULL;
348 snic->stats_host = debugfs_create_dir(name, snic_glob->stats_root);
384 return &snic_glob->trc;
428 snic_glob->trc_root, &snic_glob->trc.enable);
431 snic_glob->trc_root, NULL, &snic_trc_fops);
440 debugfs_lookup_and_remove(TRC_FILE, snic_glob->trc_root);
441 debugfs_lookup_and_remove(TRC_ENABLE_FILE, snic_glob->trc_root);