Searched refs:timespec_add (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/testing/selftests/timers/ |
D | nanosleep.c | 101 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()
|
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 | 78 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/ |
D | time64.h | 50 # define timespec64_add timespec_add
|
D | time.h | 68 static inline struct timespec timespec_add(struct timespec lhs, in timespec_add() function
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 5424 ts = timespec_add(adapter->perout[0].start, in igb_tsync_interrupt() 5438 ts = timespec_add(adapter->perout[1].start, in igb_tsync_interrupt()
|