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

  /external/blktrace/btreplay/
btrecord.h 56 * @pkts: Individual IOs are described here
60 struct io_pkt pkts[BT_MAX_PKTS]; member in struct:io_bunch
btrecord.c 88 * @pkts: Number of packets stored in bunches
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
104 static __u64 max_pkts_per_bunch = 8; // Default # of pkts per bunch
115 "\t[ -M <pkts> : --max-pkts=<pkts> ] Default: 8\n" \
155 .name = "max-pkts",
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy
438 fprintf(stderr, "Invalid max pkts %llu\n",
599 struct io_pkt *p = stream->cur->pkts;
    [all...]
btreplay.c 1134 result = read(tip->ifd, &bunch->pkts, count);
1136 fatal(tip->file_name, ERR_SYSCALL, "Short pkts(%ld/%ld)\n",
1208 * @pkts: AIOs to map
1212 struct io_pkt *pkts, int ntodo)
1221 for (i = 0, pkt = pkts; i < ntodo; i++, pkt++) {
1263 iocbs_map(tip, list, &bunch->pkts[i], ntodo);
    [all...]
  /external/iproute2/ip/
ipmroute.c 90 unsigned pkts, b, w; local
100 &pkts, &b, &w, oiflist) < 6)
152 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
  /external/blktrace/btreplay/doc/
btreplay.tex 149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
208 \texttt{--max-pkts} option). One \emph{could} simply specify
209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of
253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
351 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunc
    [all...]