Searched refs:d_testing (Results 1 – 3 of 3) sorted by relevance
89 struct dentry *d_testing; variable194 d_testing = debugfs_create_dir("thermal-testing", NULL); in thermal_testing_init()195 if (!IS_ERR(d_testing)) in thermal_testing_init()196 debugfs_create_file("command", 0200, d_testing, NULL, in thermal_testing_init()205 debugfs_remove(d_testing); in thermal_testing_exit()
3 extern struct dentry *d_testing;
168 tt_zone->d_tt_zone = debugfs_create_dir(f_name, d_testing); in tt_add_tz_work_fn()
Completed in 7 milliseconds