Home
last modified time | relevance | path

Searched defs:ts2 (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dfexit_sleep.c15 struct timespec ts2 = { .tv_sec = 10 }; in do_sleep() local
/tools/testing/selftests/kvm/lib/
Dtest_util.c77 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add()
84 struct timespec timespec_sub(struct timespec ts1, struct timespec ts2) in timespec_sub()
/tools/testing/selftests/timers/
Dfreq-step.c43 static double diff_timespec(struct timespec *ts1, struct timespec *ts2) in diff_timespec()
51 struct timespec ts1, ts2, ts3; in get_sample() local