Home
last modified time | relevance | path

Searched refs:test_dir (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/arc/kernel/
Dtroubleshoot.c236 static struct dentry *test_dir; variable
310 test_dir = debugfs_create_dir("arc", NULL); in arc_debugfs_init()
313 test_dentry = debugfs_create_file("tlb_stats", 0444, test_dir, NULL, in arc_debugfs_init()
318 debugfs_create_u32("clr_on_read", 0444, test_dir, &clr_on_read); in arc_debugfs_init()
329 debugfs_remove(test_dir); in arc_debugfs_exit()
/linux-4.1.27/drivers/staging/vt6655/
Dtest8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))
9 KSP := $(foreach dir, $(KSP), $(test_dir))
/linux-4.1.27/tools/perf/tests/
Dattr.py127 self.test_dir = options.test_dir
164 parser_base.read(self.test_dir + '/' + base)
263 for f in glob.glob(options.test_dir + '/' + options.test):
314 if not options.test_dir: