Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dnanosleep.c79 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
96 target = timespec_add(now, ns); in nanosleep_test()
109 rel = timespec_add(rel, ns); in nanosleep_test()
110 target = timespec_add(now, ns); in nanosleep_test()
H A Dmqueue-lat.c48 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
82 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
H A Dnsleep-lat.c66 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
115 target = timespec_add(start, ns); in nanosleep_lat_test()
H A Dleap-a-day.c71 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
165 target = timespec_add(now, NSEC_PER_SEC/2); in test_hrtimer_failure()
/linux/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c69 total = timespec_add(total, ts_diff); in vcpu_worker()
194 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff); in run_test()
201 get_dirty_log_total = timespec_add(get_dirty_log_total, in run_test()
211 clear_dirty_log_total = timespec_add(clear_dirty_log_total, in run_test()
/linux/tools/testing/selftests/kvm/include/
H A Dtest_util.h106 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
/linux/tools/testing/selftests/kvm/lib/
H A Dtest_util.c102 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() function