HomeSort by relevance Sort by last modified time
    Searched refs:numloops (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/network/tcp_cmds/tcpdump/
tcpdump01 34 numloops=20
47 tcpdump -n -i $(tst_iface) -c $numloops > $outfile 2>/dev/null
  /external/ltp/testcases/kernel/fs/fs_inod/
fs_inod 173 while [ "$i" -le "$numloops" ]; do
174 echo "Executing loop $i of $numloops..."
216 USAGE="Usage: ./fs_inod [volumename] [numsubdirectories] [numfiles] [numloops]"
228 numloops=$4
236 echo "Number of loops: $numloops"
  /external/ltp/testcases/kernel/sched/nptl/
nptl01.c 50 #define NUMLOOPS 100000 /* # of loops */
230 int numloops = NUMLOOPS; local
236 numloops = atoi(optarg);
262 for (i = 0; i < numloops; i++) {
277 if (((i % (numloops / 10)) == 0) && (i != 0))
279 numloops);
  /external/ppp/pppd/
lcp.h 110 int numloops; /* Number of loops during magic number neg. */ member in struct:lcp_options
lcp.c 653 wo->numloops = 0;
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 108 int numloops; /* Number of loops during magic number neg. */ member in struct:lcp_options
lcp.c 521 lcp_wantoptions[f->unit].numloops = 0;
1051 if (++try.numloops >= lcp_loopbackfail) {
1056 try.numloops = 0;
    [all...]

Completed in 86 milliseconds