/linux-4.1.27/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.1.27/include/linux/ |
D | pps_kernel.h | 133 ts->ts_real = timespec_sub(ts->ts_real, delta); in pps_sub_ts() 135 ts->ts_raw = timespec_sub(ts->ts_raw, delta); in pps_sub_ts()
|
D | time64.h | 51 # define timespec64_sub timespec_sub
|
D | time.h | 80 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub() function
|
/linux-4.1.27/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.1.27/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.1.27/net/dccp/ |
D | probe.c | 63 now = timespec_sub(now, dccpw.tstart); in printl()
|
/linux-4.1.27/net/sctp/ |
D | probe.c | 153 now = timespec_sub(now, sctpw.tstart); in jsctp_sf_eat_sack()
|
/linux-4.1.27/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 245 delta_t = timespec_sub(now, dcon->load_time); in dcon_load_holdoff() 358 delta_t = timespec_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()
|
/linux-4.1.27/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.1.27/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.1.27/kernel/time/ |
D | ntp.c | 920 freq_norm = pps_normalize_ts(timespec_sub(*raw_ts, pps_fbase)); in __hardpps()
|
/linux-4.1.27/drivers/mmc/card/ |
D | mmc_test.c | 553 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate() 579 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate() 1941 ts = timespec_sub(ts2, ts1); in mmc_test_rnd_perf()
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft-core.c | 417 ts_fps = timespec_sub(ts_start, par->update_time); in fbtft_update_display() 425 ts_duration = timespec_sub(ts_end, ts_start); in fbtft_update_display()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozhcd.c | 1054 delta = timespec_sub(ts, ep->timestamp); in oz_hcd_heartbeat() 1096 delta = timespec_sub(ts, ep->timestamp); in oz_hcd_heartbeat()
|
/linux-4.1.27/drivers/media/dvb-core/ |
D | dvb_demux.c | 413 delta_time = timespec_sub(cur_time, in dvb_dmx_swfilter_packet()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_video.c | 659 ts = timespec_sub(last->host_ts, first->host_ts); in uvc_video_clock_update()
|
/linux-4.1.27/net/ |
D | socket.c | 2234 *timeout = timespec_sub(end_time, *timeout); in __sys_recvmmsg()
|
/linux-4.1.27/arch/x86/kvm/ |
D | x86.c | 1140 boot = timespec_sub(boot, ts); in kvm_write_wall_clock()
|