Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/timers/
H A Dnanosleep.c91 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()
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.c79 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()
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()
/kernel/linux/linux-6.6/tools/testing/selftests/timers/
H A Dnanosleep.c91 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()
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.c79 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()
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()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c69 total = timespec_add(total, ts_diff); in vcpu_worker()
180 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff); in run_test()
188 get_dirty_log_total = timespec_add(get_dirty_log_total, in run_test()
199 clear_dirty_log_total = timespec_add(clear_dirty_log_total, in run_test()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H A Ddirty_log_perf_test.c103 total = timespec_add(total, ts_diff); in vcpu_worker()
233 vcpu_dirty_total = timespec_add(vcpu_dirty_total, ts_diff); in run_test()
240 get_dirty_log_total = timespec_add(get_dirty_log_total, in run_test()
250 clear_dirty_log_total = timespec_add(clear_dirty_log_total, in run_test()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/
H A Dtest_util.h65 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/
H A Dtest_util.c73 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() function
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/
H A Dtest_util.h83 struct timespec timespec_add(struct timespec ts1, struct timespec ts2);
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs.h27 #define hmdfs_time_add timespec_add
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs.h27 #define hmdfs_time_add timespec_add
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dtest_util.c97 struct timespec timespec_add(struct timespec ts1, struct timespec ts2) in timespec_add() function

Completed in 7 milliseconds