Home
last modified time | relevance | path

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

/third_party/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
/third_party/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()
/third_party/ltp/testcases/network/tcp_cmds/tcpdump/
Dtcpdump01.sh35 numloops=20
48 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
/third_party/lwip/src/include/netif/ppp/
Dlcp.h153 u8_t numloops; /* Number of loops during magic number neg. */ member
/third_party/python/Lib/test/
Dtest_embed.py129 numloops = 1
132 if line == "--- Pass {} ---".format(numloops):
136 numloops += 1
/third_party/lwip/src/netif/ppp/
Dlcp.c747 wo->numloops = 0; in lcp_resetci()
1562 if (++try_.numloops >= pcb->settings.lcp_loopbackfail) { in lcp_nakci()
1568 try_.numloops = 0; in lcp_nakci()