HomeSort by relevance Sort by last modified time
    Searched refs:pkts (Results 1 - 10 of 10) 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/libvpx/vpx/internal/
vpx_codec_internal.h 401 struct vpx_codec_cx_pkt pkts[1]; member in struct:vpx_codec_pkt_list
407 struct vpx_codec_cx_pkt pkts[n];} alloc;}
411 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])
  /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...]
  /external/libvpx/vpx/src/
vpx_encoder.c 286 list->pkts[list->cnt++] = *pkt;
301 *iter = list->pkts;
306 if (pkt - list->pkts < list->cnt)
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 705 uint32_t pkts; member in struct:hci_conn_info
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 2120 uint32_t pkts; member in struct:hci_conn_info
    [all...]
  /external/bluetooth/bluez/tools/
hcitool.c 110 addr, ci->handle, ci->state, str, ci->mtu, ci->cnt, ci->pkts);
    [all...]

Completed in 63 milliseconds