Searched refs:t_start (Results 1 – 3 of 3) sorted by relevance
505 static struct timespec t_start, t_end; variable510 double dur = (t_end.tv_nsec - t_start.tv_nsec) * 1e-9; in report_total()511 dur += t_end.tv_sec - t_start.tv_sec; in report_total()637 (void)clock_gettime(CLOCK_MONOTONIC, &t_start); in read_or_copy()675 (void)clock_gettime(CLOCK_MONOTONIC, &t_start); in verify()
388 hrtime_t t_start, t_diff; in benchmark_raidz_impl() local399 t_start = gethrtime(); in benchmark_raidz_impl()405 t_diff = gethrtime() - t_start; in benchmark_raidz_impl()
342 unsigned char *t_start; member438 expand_special_keys(t->t_start, ptr_diff(t->t_end, t->t_start)); in expand_cmd_table()471 t->t_start = buf; in add_cmd_table()923 constant unsigned char *entry = t->t_start; in table_has_stop()972 table = tlist->t_start; in cmd_decode()