Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/timers/
Dnanosleep.c101 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
118 target = timespec_add(now, ns); in nanosleep_test()
131 rel = timespec_add(rel, ns); in nanosleep_test()
132 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.c78 struct timespec timespec_add(struct timespec ts, unsigned long long ns) in timespec_add() function
143 target = timespec_add(now, NSEC_PER_SEC/2); in test_hrtimer_failure()
/linux-4.1.27/include/linux/
Dtime64.h50 # define timespec64_add timespec_add
Dtime.h68 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() function
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_main.c5424 ts = timespec_add(adapter->perout[0].start, in igb_tsync_interrupt()
5438 ts = timespec_add(adapter->perout[1].start, in igb_tsync_interrupt()