Searched refs:timespec_add (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | nanosleep.c | 102 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()
|
D | mqueue-lat.c | 59 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()
|
D | nsleep-lat.c | 90 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()
|
D | leap-a-day.c | 82 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()
|