Lines Matching full:time
64 * @time: Time stamp when trace was emitted
70 __u64 time;
85 * @start_time: Start time of th ecurrent bunch
86 * @last_time: Time of last packet put in
114 "\t[ -m <nsec> : --max-bunch-time=<nsec> ] Default: 10 msec\n" \
149 .name = "max-bunch-time",
248 * @pre_stall: Amount of time that this bunch should be delayed by
281 assert(stream->last_time == 0 || stream->last_time <= spec->time);
284 stream->last_time = spec->time;
427 fprintf(stderr, "Invalid bunch time %llu\n",
512 spec->time = t.time;
519 spec->time = be64_to_cpu(t.time);
551 spec->rw, (long long unsigned)spec->time);
554 iip->genesis = spec->time;
559 else if (iip->genesis > spec->time)
561 "Time inversion? %llu ... %llu\n",
563 (long long unsigned )spec->time);
651 if ((spec->time - stream->start_time) > max_bunch_tm)
666 io_bunch_create(stream, spec->time);
669 io_bunch_create(stream, spec->time);