HomeSort by relevance Sort by last modified time
    Searched defs:pkts (Results 1 - 6 of 6) 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...]
  /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])
  /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...]

Completed in 205 milliseconds