/linux-4.4.14/tools/testing/selftests/timers/ |
D | nsleep-lat.c | 101 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 131 if (((timespec_sub(start, end)/count)-ns) > UNRESONABLE_LATENCY) { in nanosleep_lat_test() 132 printf("Large rel latency: %lld ns :", (timespec_sub(start, end)/count)-ns); in nanosleep_lat_test() 142 latency += timespec_sub(target, end); in nanosleep_lat_test()
|
D | mqueue-lat.c | 51 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 105 if ((timespec_sub(start, end)/count) > TARGET_TIMEOUT + UNRESONABLE_LATENCY) in mqueue_lat_test()
|
D | alarmtimer-suspend.c | 98 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 116 delta_ns = timespec_sub(start_time, ts); in sigalarm()
|
D | set-timer-lat.c | 97 long long timespec_sub(struct timespec a, struct timespec b) in timespec_sub() function 114 delta_ns = timespec_sub(start_time, ts); in sigalarm()
|
/linux-4.4.14/drivers/pps/generators/ |
D | pps_gen_parport.c | 127 dts = timespec_sub(ts3, ts2); in hrtimer_event() 133 dts = timespec_sub(ts1, expire_time); in hrtimer_event() 173 b = timespec_sub(b, a); in calibrate_port()
|
/linux-4.4.14/drivers/media/platform/vivid/ |
D | vivid-radio-tx.c | 61 ts = timespec_sub(ts, dev->radio_rds_init_ts); in vivid_radio_tx_write()
|
D | vivid-radio-rx.c | 73 ts = timespec_sub(ts, dev->radio_rds_init_ts); in vivid_radio_rx_read()
|
/linux-4.4.14/include/linux/ |
D | time.h | 80 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub() function
|
D | time64.h | 70 # define timespec64_sub timespec_sub
|
/linux-4.4.14/net/sctp/ |
D | probe.c | 153 now = timespec_sub(now, sctpw.tstart); in jsctp_sf_eat_sack()
|
/linux-4.4.14/fs/ |
D | select.c | 86 now = timespec_sub(*tv, now); in select_estimate_accuracy() 306 rts = timespec_sub(*end_time, rts); in poll_select_copy_remaining()
|
D | compat.c | 1122 ts = timespec_sub(*end_time, ts); in poll_select_copy_remaining()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | device.c | 175 timespec_sub(lep->poll_host_ts, in wr_log_show() 177 timespec_sub(lep->poll_host_ts, in wr_log_show() 183 timespec_sub(lep->poll_host_ts, in wr_log_show() 185 timespec_sub(lep->poll_host_ts, in wr_log_show()
|
/linux-4.4.14/drivers/mmc/card/ |
D | mmc_test.c | 547 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate() 573 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate() 1869 ts = timespec_sub(ts2, ts1); in mmc_test_rnd_perf()
|
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_demux.c | 412 delta_time = timespec_sub(cur_time, in dvb_dmx_swfilter_packet()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_video.c | 670 ts = timespec_sub(last->host_ts, first->host_ts); in uvc_video_clock_update()
|
/linux-4.4.14/net/ |
D | socket.c | 2225 *timeout = timespec_sub(end_time, *timeout); in __sys_recvmmsg()
|
/linux-4.4.14/arch/x86/kvm/ |
D | x86.c | 1181 boot = timespec_sub(boot, ts); in kvm_write_wall_clock()
|