Home | History | Annotate | Download | only in qemu

Lines Matching refs:t2

351 	struct timeval t1, t2;
462 gettimeofday(&t2, NULL);
487 t2 = tsub(t2, t1);
488 print_report("read", &t2, offset, count, total, cnt, Cflag);
531 struct timeval t1, t2;
587 gettimeofday(&t2, NULL);
612 t2 = tsub(t2, t1);
613 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag);
656 struct timeval t1, t2;
734 gettimeofday(&t2, NULL);
745 t2 = tsub(t2, t1);
746 print_report("wrote", &t2, offset, count, total, cnt, Cflag);
787 struct timeval t1, t2;
837 gettimeofday(&t2, NULL);
848 t2 = tsub(t2, t1);
849 print_report("wrote", &t2, offset, qiov.size, total, cnt, Cflag);
891 struct timeval t1, t2;
981 gettimeofday(&t2, NULL);
992 t2 = tsub(t2, t1);
993 print_report("wrote", &t2, first_offset, total, total, cnt, Cflag);
1021 struct timeval t2;
1023 gettimeofday(&t2, NULL);
1036 t2 = tsub(t2, ctx->t1);
1037 print_report("wrote", &t2, ctx->offset, ctx->qiov.size,
1048 struct timeval t2;
1050 gettimeofday(&t2, NULL);
1078 t2 = tsub(t2, ctx->t1);
1079 print_report("read", &t2, ctx->offset, ctx->qiov.size,
1431 struct timeval t1, t2;
1469 gettimeofday(&t2, NULL);
1478 t2 = tsub(t2, t1);
1479 print_report("discard", &t2, offset, count, count, 1, Cflag);