Home
last modified time | relevance | path

Searched refs:max_bunch_tm (Results 1 – 1 of 1) sorted by relevance

/external/blktrace/btreplay/
Dbtrecord.c103 static __u64 max_bunch_tm = (10 * 1000 * 1000); // 10 milliseconds variable
425 max_bunch_tm = (__u64)atoll(optarg); in handle_args()
426 if (max_bunch_tm < 1) { in handle_args()
428 (unsigned long long)max_bunch_tm); in handle_args()
651 if ((spec->time - stream->start_time) > max_bunch_tm) in bunch_done()