Searched refs:timespec64_sub (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/rtc/ |
D | class.c | 81 delta = timespec64_sub(old_system, old_rtc); in rtc_suspend() 82 delta_delta = timespec64_sub(delta, old_delta); in rtc_suspend() 91 old_system = timespec64_sub(old_system, delta_delta); in rtc_suspend() 129 sleep_time = timespec64_sub(new_rtc, old_rtc); in rtc_resume() 138 sleep_time = timespec64_sub(sleep_time, in rtc_resume() 139 timespec64_sub(new_system, old_system)); in rtc_resume()
|
/linux-4.4.14/include/linux/ |
D | pps_kernel.h | 133 ts->ts_real = timespec64_sub(ts->ts_real, delta); in pps_sub_ts() 135 ts->ts_raw = timespec64_sub(ts->ts_raw, delta); in pps_sub_ts()
|
D | time64.h | 70 # define timespec64_sub timespec_sub macro 158 static inline struct timespec64 timespec64_sub(struct timespec64 lhs, in timespec64_sub() function
|
/linux-4.4.14/kernel/time/ |
D | timekeeping.c | 932 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, ts_delta)); in do_settimeofday64() 980 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, ts64)); in timekeeping_inject_offset() 1279 tk_set_wall_to_mono(tk, timespec64_sub(tk->wall_to_monotonic, *delta)); in __timekeeping_inject_sleeptime() 1412 ts_delta = timespec64_sub(ts_new, timekeeping_suspend_time); in timekeeping_resume() 1464 delta = timespec64_sub(tk_xtime(tk), timekeeping_suspend_time); in timekeeping_suspend() 1465 delta_delta = timespec64_sub(delta, old_delta); in timekeeping_suspend() 1702 timespec64_sub(tk->wall_to_monotonic, ts)); in accumulate_nsecs_to_secs()
|
D | ntp.c | 972 freq_norm = pps_normalize_ts(timespec64_sub(*raw_ts, pps_fbase)); in __hardpps()
|
/linux-4.4.14/net/dccp/ |
D | probe.c | 64 now = timespec64_sub(now, dccpw.tstart); in printl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 1620 timediff = timespec64_sub(work_start, request->rq_arrival_time); in ptlrpc_server_handle_request() 1697 timediff = timespec64_sub(work_end, work_start); in ptlrpc_server_handle_request() 1700 arrived = timespec64_sub(work_end, request->rq_arrival_time); in ptlrpc_server_handle_request()
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | ptp.c | 1891 delta = timespec64_sub(*e_ts, time_now); in efx_phc_settime()
|