Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/timers/
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()
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()
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()
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-v4.19/include/linux/
Dtime32.h71 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() function