HomeSort by relevance Sort by last modified time
    Searched refs:pkts (Results 1 - 13 of 13) 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 415 struct vpx_codec_cx_pkt pkts[1]; member in struct:vpx_codec_pkt_list
421 struct vpx_codec_cx_pkt pkts[n];} alloc;}
425 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])
  /external/libppp/src/
lqr.c 374 u_int32_t LQRs, transitLQRs, pkts, octets, disc, err; local
384 pkts = (newlqr->LastOutPackets - oldlqr->LastOutPackets) -
390 (int)pkts, pkts == 1 ? "" : "s",
393 pkts = (newlqr->PeerOutPackets - oldlqr->PeerOutPackets) -
398 (int)pkts, pkts == 1 ? "" : "s",
410 else if (pkts)
link.c 151 link_PendingLowPriorityData(struct link *l, size_t *pkts, size_t *octets)
169 *pkts = *octets = 0;
172 *pkts += len;
  /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 ((size_t)(pkt - list->pkts) < list->cnt)
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 174 unsigned long pkts[HostPkt_NumTypes]; member in struct:__anon10962
185 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R] + (H)->pkts[HostPkt_B])
228 for (i=0; i<HostPkt_NumTypes; i++) entry->pkts[i] = 0;
259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++;
360 if (list->num) mprintf("\n%-25s%s%s\n", "Source Address", OPBanner, " Pkts Query LegacyQ Response");
370 HostEntryTotalPackets(e), e->pkts[HostPkt_Q], e->pkts[HostPkt_L], e->pkts[HostPkt_R])
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bt_amp_hci.h 307 uint16 pkts; member in struct:data_blocks
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 307 uint16 pkts; member in struct:data_blocks
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 2436 uint32_t pkts; member in struct:hci_conn_info
    [all...]

Completed in 3345 milliseconds