Searched refs:timespec_add (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/timers/ |
D | nanosleep.c | 91 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 108 target = timespec_add(now, ns); in nanosleep_test() 121 rel = timespec_add(rel, ns); in nanosleep_test() 122 target = timespec_add(now, ns); in nanosleep_test()
|
D | mqueue-lat.c | 48 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()
|
D | nsleep-lat.c | 79 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function 128 target = timespec_add(start, ns); in nanosleep_lat_test()
|
D | leap-a-day.c | 71 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()
|
/tools/testing/selftests/kvm/ |
D | dirty_log_perf_test.c | 68 total = timespec_add(total, ts_diff); in vcpu_worker() 261 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff); in run_test() 268 get_dirty_log_total = timespec_add(get_dirty_log_total, in run_test() 277 clear_dirty_log_total = timespec_add(clear_dirty_log_total, in run_test()
|
/tools/testing/selftests/kvm/include/ |
D | test_util.h | 66 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
|
/tools/testing/selftests/kvm/lib/ |
D | test_util.c | 77 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() function
|