OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_pkts_per_bunch
(Results
1 - 1
of
1
) sorted by null
/external/blktrace/btreplay/
btrecord.c
104
static __u64
max_pkts_per_bunch
= 8; // Default # of pkts per bunch
variable
435
max_pkts_per_bunch
= (__u64)atoll(optarg);
436
if (!((1 <=
max_pkts_per_bunch
) &&
437
(
max_pkts_per_bunch
< 513))) {
439
(unsigned long long)
max_pkts_per_bunch
);
648
if (stream->cur->hdr.npkts >=
max_pkts_per_bunch
)
Completed in 89 milliseconds