Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/include/linux/
Dtime.h68 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() function
Dtime64.h69 # define timespec64_add timespec_add
/linux-4.4.14/net/ceph/
Dmessenger.c3173 ts = timespec_add(con->last_keepalive_ack, ts); in ceph_con_keepalive_expired()