Searched refs:timespec_add (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/timers/
H A Dnanosleep.c91 struct timespec timespec_add(struct timespec ts, unsigned long long ns) function
108 target = timespec_add(now, ns);
121 rel = timespec_add(rel, ns);
122 target = timespec_add(now, ns);
H A Dmqueue-lat.c48 struct timespec timespec_add(struct timespec ts, unsigned long long ns) function
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */
H A Dnsleep-lat.c79 struct timespec timespec_add(struct timespec ts, unsigned long long ns) function
128 target = timespec_add(start, ns);
H A Dleap-a-day.c71 struct timespec timespec_add(struct timespec ts, unsigned long long ns) function
165 target = timespec_add(now, NSEC_PER_SEC/2);
/linux-master/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c103 total = timespec_add(total, ts_diff);
233 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff);
240 get_dirty_log_total = timespec_add(get_dirty_log_total,
250 clear_dirty_log_total = timespec_add(clear_dirty_log_total,
/linux-master/tools/testing/selftests/kvm/include/
H A Dtest_util.h85 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c97 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) function

Completed in 154 milliseconds