Searched refs:timespec_sub (Results 1 – 19 of 19) sorted by relevance
/linux-2.6.39/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-2.6.39/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fence.c | 94 queue->lag = timespec_sub(now, fence->submitted); in vmw_fence_pull() 127 timespec_sub(now, queue->lag_time)); in vmw_fifo_lag()
|
/linux-2.6.39/arch/arm/mach-omap2/ |
D | pm24xx.c | 161 ts_idle = timespec_sub(ts_postidle, ts_preidle); in omap2_enter_full_retention() 260 ts_idle = timespec_sub(ts_postidle, ts_preidle); in omap2_enter_mpu_retention()
|
D | cpuidle34xx.c | 158 ts_idle = timespec_sub(ts_postidle, ts_preidle); in omap3_enter_idle()
|
/linux-2.6.39/kernel/time/ |
D | timekeeping.c | 370 wall_to_monotonic = timespec_sub(wall_to_monotonic, ts_delta); in do_settimeofday() 409 wall_to_monotonic = timespec_sub(wall_to_monotonic, *ts); in timekeeping_inject_offset() 617 ts = timespec_sub(ts, timekeeping_suspend_time); in timekeeping_resume() 619 wall_to_monotonic = timespec_sub(wall_to_monotonic, ts); in timekeeping_resume()
|
D | ntp.c | 924 freq_norm = pps_normalize_ts(timespec_sub(*raw_ts, pps_fbase)); in hardpps()
|
/linux-2.6.39/net/dccp/ |
D | probe.c | 63 now = timespec_sub(now, dccpw.tstart); in printl()
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | omap_device.c | 137 c = timespec_sub(b, a); in _omap_device_activate() 205 c = timespec_sub(b, a); in _omap_device_deactivate()
|
/linux-2.6.39/kernel/ |
D | delayacct.c | 69 ts = timespec_sub(*end, *start); in delayacct_end()
|
D | tsacct.c | 39 ts = timespec_sub(uptime, tsk->start_time); in bacct_add_tsk()
|
/linux-2.6.39/net/sctp/ |
D | probe.c | 143 now = timespec_sub(now, sctpw.tstart); in jsctp_sf_eat_sack()
|
/linux-2.6.39/include/linux/ |
D | time.h | 101 static inline struct timespec timespec_sub(struct timespec lhs, in timespec_sub() function
|
/linux-2.6.39/drivers/staging/olpc_dcon/ |
D | olpc_dcon.c | 271 delta_t = timespec_sub(now, dcon->load_time); in dcon_load_holdoff() 392 delta_t = timespec_sub(dcon->irq_time, dcon->load_time); in dcon_source_switch()
|
/linux-2.6.39/fs/ |
D | select.c | 83 now = timespec_sub(*tv, now); in select_estimate_accuracy() 304 rts = timespec_sub(*end_time, rts); in poll_select_copy_remaining()
|
D | compat.c | 1562 ts = timespec_sub(*end_time, ts); in poll_select_copy_remaining()
|
/linux-2.6.39/drivers/mmc/card/ |
D | mmc_test.c | 529 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_rate() 555 ts = timespec_sub(*ts2, *ts1); in mmc_test_print_avg_rate() 1806 ts = timespec_sub(ts2, ts1); in mmc_test_rnd_perf()
|
/linux-2.6.39/drivers/media/dvb/dvb-core/ |
D | dvb_demux.c | 408 delta_time = timespec_sub(cur_time, in dvb_dmx_swfilter_packet()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | i915_dma.c | 1640 diff1 = timespec_sub(now, dev_priv->last_time2); in i915_update_gfx_val()
|
/linux-2.6.39/net/ |
D | socket.c | 2149 *timeout = timespec_sub(end_time, *timeout); in __sys_recvmmsg()
|