Home
last modified time | relevance | path

Searched refs:nprocs (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/tests/dbench/
Ddbench.py25 def run_once(self, dir='.', nprocs=None, seconds=600, args=''): argument
26 if not nprocs:
27 nprocs = self.job.cpu_count()
29 cmd = '%s %s %s -D %s -c %s -t %d' % (self.dbench, nprocs, args,
Ddbench_startup.patch45 for (i=0;i<nprocs;i++) {
57 if (synccount != nprocs) {
58 printf("FAILED TO START %d CLIENTS (started %d)\n", nprocs, synccount);
63 printf("%d clients started\n", nprocs);
66 + for (i=0;i<nprocs;i++)
/external/autotest/client/tests/tbench/
Dtbench.py22 def run_once(self, nprocs = None, args = ''): argument
25 if not nprocs:
26 nprocs = self.job.cpu_count()
27 args = args + ' %s' % nprocs
/external/strace/
Dstrace.c161 static unsigned int nprocs, tcbtabsize; variable
635 else if (nprocs > 1 && !outfname) in printleader()
715 if (nprocs == tcbtabsize) in alloctcb()
732 nprocs++; in alloctcb()
735 tcp->pid, nprocs); in alloctcb()
754 nprocs--; in droptcb()
757 tcp->pid, nprocs); in droptcb()
1623 if (!argv[0] == !nprocs) { in init()
1627 if (nprocs != 0 && daemonized_tracer) { in init()
1775 if (nprocs != 0 || daemonized_tracer) in init()
[all …]
DChangeLog-CVS3877 (internal_clone, internal_fork): Use it instead of checking nprocs.
/external/autotest/client/tests/perfmon/
Dperfmon.py21 def run_once(self, dir = None, nprocs = None, args = ''): argument
/external/autotest/client/tests/ipv6connect/
Dipv6connect.py22 def run_once(self, dir=None, nprocs=None, args=''): argument