Home
last modified time | relevance | path

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

/tools/testing/selftests/timers/
Dnanosleep.c102 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
119 target = timespec_add(now, ns); in nanosleep_test()
132 rel = timespec_add(rel, ns); in nanosleep_test()
133 target = timespec_add(now, ns); in nanosleep_test()
Dmqueue-lat.c59 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
93 target = timespec_add(now, TARGET_TIMEOUT); /* 100ms */ in mqueue_lat_test()
Dnsleep-lat.c90 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
139 target = timespec_add(start, ns); in nanosleep_lat_test()
Dleap-a-day.c82 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
176 target = timespec_add(now, NSEC_PER_SEC/2); in test_hrtimer_failure()