Home
last modified time | relevance | path

Searched refs:testid (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/post/
H A Dpost.c116 static void post_log_mark_start(unsigned long testid) in post_log_mark_start() argument
118 gd->post_log_word |= testid; in post_log_mark_start()
121 static void post_log_mark_succ(unsigned long testid) in post_log_mark_succ() argument
123 gd->post_log_res |= testid; in post_log_mark_succ()
132 if (gd->post_log_word & (post_list[j].testid)) { in post_output_backlog()
134 if (gd->post_log_res & post_list[j].testid) in post_output_backlog()
252 post_log_mark_start(test->testid); in post_run_single()
261 post_log_mark_succ(test->testid); in post_run_single()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh374 pwd > $resdir/$ds/testid.txt
377 git status >> $resdir/$ds/testid.txt
378 git rev-parse HEAD >> $resdir/$ds/testid.txt
379 git diff HEAD >> $resdir/$ds/testid.txt
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/plugin-lib/
H A DvalgrindPlugin.py86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid))
105 res = TestResult('{}-mem'.format(self.args.testid),
128 with open('vgnd-{}.log'.format(self.args.testid)) as vfd:
/OK3568_Linux_fs/u-boot/include/
H A Dpost.h105 unsigned long testid; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/creating-plugins/
H A DAddingPlugins.txt32 def pre_case(self, test_ordinal, testid) # see "PRE_CASE" below
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dtorture.rst249 The most frequently used file in the top-level directory is testid.txt.