Home
last modified time | relevance | path

Searched refs:procid (Results 1 – 13 of 13) sorted by relevance

/external/v8/tools/testrunner/testproc/
Drerun.py26 if subtest.procid[-2:] == '-1':
32 self._rerun[test.procid] = 0
34 results = self._results[test.procid]
38 self._rerun[test.procid] += 1
41 self._send_next_subtest(test, self._rerun[test.procid])
50 self._rerun[test.procid] < self._rerun_max and
58 del self._rerun[test.procid]
59 del self._results[test.procid]
Dseed.py41 self._todo[test.procid] -= 1
49 num = self._last_idx[test.procid]
53 self._todo[test.procid] += 1
54 self._last_idx[test.procid] = num
55 elif not self._todo.get(test.procid):
56 del self._last_idx[test.procid]
57 del self._todo[test.procid]
Dloader.py15 if test.procid in loaded:
16 print 'Warning: %s already obtained' % test.procid
19 loaded.add(test.procid)
Dvariant.py41 self._next_variant[test.procid] = gen
45 gen = self._next_variant[test.procid]
55 del self._next_variant[test.procid]
Dfuzzer.py78 self._gens[test.procid] = self._create_gen(test)
103 self._gens[test.procid] = self._create_gen(test, result)
148 for subtest in self._gens[test.procid]:
152 del self._gens[test.procid]
Dexecution.py69 test_id = test.procid
/external/e2fsprogs/contrib/
Dfsstress.c253 int procid; variable
511 procid = 0; in main()
535 procid = i; in main()
785 sprintf(buf, "p%x", procid); in doproc()
793 seed += procid; in doproc()
1459 printf("%d/%d: allocsp - no filename\n", procid, opno); in allocsp_f()
1469 procid, opno, f.path, e); in allocsp_f()
1476 procid, opno, f.path, errno); in allocsp_f()
1491 procid, opno, f.path, (long long)off, e); in allocsp_f()
1527 procid, opno, f.path); in attr_remove_f()
[all …]
/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c226 int procid; variable
484 procid = 0; in main()
508 procid = i; in main()
758 sprintf(buf, "p%x", procid); in doproc()
766 seed += procid; in doproc()
1434 printf("%d/%d: allocsp - no filename\n", procid, opno); in allocsp_f()
1444 procid, opno, f.path, e); in allocsp_f()
1451 procid, opno, f.path, errno); in allocsp_f()
1466 procid, opno, f.path, (long long)off, e); in allocsp_f()
1502 procid, opno, f.path); in attr_remove_f()
[all …]
/external/syzkaller/executor/
Dcommon.h40 unsigned long long procid; variable
657 for (procid = 0; procid < [[PROCS]]; procid++) {
Dcommon_linux.h702 snprintf(loopname, sizeof(loopname), "/dev/loop%llu", procid); in syz_read_part_table()
736 snprintf(loopname, sizeof(loopname), "/dev/loop%llup%d", procid, (int)i); in syz_read_part_table()
805 snprintf(loopname, sizeof(loopname), "/dev/loop%llu", procid); in syz_mount_image()
1966 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/unified/syz%llu", procid); in setup_loop()
1974 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/cpu/syz%llu", procid); in setup_loop()
1982 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/net/syz%llu", procid); in setup_loop()
2003 snprintf(buf, sizeof(buf), "/dev/loop%llu", procid); in reset_loop()
2026 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/unified/syz%llu", procid); in setup_test()
2030 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/cpu/syz%llu", procid); in setup_test()
2034 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/net/syz%llu", procid); in setup_test()
Dexecutor.cc440 procid = req.pid; in receive_handshake()
464 procid = req.pid; in receive_execute()
476 procid, flag_threaded, flag_collide, flag_collect_cover, flag_collect_comps, in receive_execute()
1105 val += pid_stride * procid; in read_const_arg()
/external/v8/tools/testrunner/objects/
Dtestcase.py55 self.procid = '%s/%s' % (self.suite.name, self.name) # unique id
74 subtest.procid += '.%s' % subtest_id
/external/syzkaller/pkg/csource/
Dgenerated.go34 unsigned long long procid;
1290 snprintf(loopname, sizeof(loopname), "/dev/loop%llu", procid);
1323 snprintf(loopname, sizeof(loopname), "/dev/loop%llup%d", procid, (int)i);
1381 snprintf(loopname, sizeof(loopname), "/dev/loop%llu", procid);
3421 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/unified/syz%llu", procid);
3429 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/cpu/syz%llu", procid);
3437 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/net/syz%llu", procid);
3458 snprintf(buf, sizeof(buf), "/dev/loop%llu", procid);
3481 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/unified/syz%llu", procid);
3485 snprintf(cgroupdir, sizeof(cgroupdir), "/syzcgroup/cpu/syz%llu", procid);
[all …]