Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fs_inod/
Dfs_inod173 while [ "$i" -le "$numloops" ]; do
174 echo "Executing loop $i of $numloops..."
228 numloops=$4
236 echo "Number of loops: $numloops"
Dfs_inod_readme.txt37 ./fs_inod [volumename] [numsubdirectories] [numfiles] [numloops]
42 numloops: number of loops for the creation/deletion cycle
51 numloops. It should be noted that large values for numsubdirs
54 Additionally, a large value for numloops may cause the test to
/external/ltp/testcases/kernel/sched/nptl/
Dnptl01.c230 int numloops = NUMLOOPS; in main() local
236 numloops = atoi(optarg); in main()
262 for (i = 0; i < numloops; i++) { in main()
277 if (((i % (numloops / 10)) == 0) && (i != 0)) in main()
279 numloops); in main()
/external/ltp/testcases/network/tcp_cmds/tcpdump/
Dtcpdump0134 numloops=20
47 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
/external/python/cpython3/Lib/test/
Dtest_embed.py86 numloops = 0
89 if line == "--- Pass {} ---".format(numloops):
93 numloops += 1
/external/ppp/pppd/
Dlcp.h110 int numloops; /* Number of loops during magic number neg. */ member
Dlcp.c653 wo->numloops = 0;
1316 if (++try.numloops >= lcp_loopbackfail) {
1322 try.numloops = 0;