Home
last modified time | relevance | path

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

/freebsd/usr.bin/tcopy/
H A Dtcopy.cc505 static struct timespec t_start, t_end; variable
510 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()
635 (void)clock_gettime(CLOCK_MONOTONIC, &t_start); in read_or_copy()
673 (void)clock_gettime(CLOCK_MONOTONIC, &t_start); in verify()
/freebsd/contrib/less/
H A Ddecode.c262 unsigned char *t_start; member
341 expand_special_keys(t->t_start, ptr_diff(t->t_end, t->t_start)); in expand_cmd_table()
427 t->t_start = buf; in add_cmd_table()
784 int taction = cmd_search(cmd, t->t_start, t->t_end, &tsp, &mlen); in cmd_decode()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c398 hrtime_t t_start, t_diff; in benchmark_raidz_impl() local
409 t_start = gethrtime(); in benchmark_raidz_impl()
415 t_diff = gethrtime() - t_start; in benchmark_raidz_impl()