Home
last modified time | relevance | path

Searched refs:ktime_to_timespec (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/fs/
Dtimerfd.c297 t.it_value = ktime_to_timespec(timerfd_get_remaining(ctx)); in timerfd_show()
298 t.it_interval = ktime_to_timespec(ctx->tintv); in timerfd_show()
469 old->it_value = ktime_to_timespec(timerfd_get_remaining(ctx)); in do_timerfd_settime()
470 old->it_interval = ktime_to_timespec(ctx->tintv); in do_timerfd_settime()
507 t->it_value = ktime_to_timespec(timerfd_get_remaining(ctx)); in do_timerfd_gettime()
508 t->it_interval = ktime_to_timespec(ctx->tintv); in do_timerfd_gettime()
/linux-4.4.14/include/linux/
Dtimekeeping.h242 *ts = ktime_to_timespec(ktime_get_boottime()); in get_monotonic_boottime()
252 *ts = ktime_to_timespec(ktime_get_clocktai()); in timekeeping_clocktai()
Dktime.h99 #define ktime_to_timespec(kt) ns_to_timespec((kt).tv64) macro
248 *ts = ktime_to_timespec(kt); in ktime_to_timespec_cond()
Dskbuff.h2994 *stamp = ktime_to_timespec(skb->tstamp); in skb_get_timestampns()
/linux-4.4.14/drivers/watchdog/
Dxen_wdt.c55 return ktime_to_timespec(ktime_get()).tv_sec + timeout; in set_timeout()
225 retval = wdt_expires - ktime_to_timespec(ktime_get()).tv_sec; in xen_wdt_ioctl()
/linux-4.4.14/kernel/time/
Dalarmtimer.c517 *tp = ktime_to_timespec(base->gettime()); in alarm_clock_get()
558 cur_setting->it_value = ktime_to_timespec(relative_expiry_time); in alarm_timer_get()
564 cur_setting->it_interval = ktime_to_timespec(timr->it.alarm.interval); in alarm_timer_get()
688 rmt = ktime_to_timespec(rem); in update_rmtp()
Dposix-timers.c259 *tp = ktime_to_timespec(KTIME_LOW_RES); in posix_get_coarse_res()
747 cur_setting->it_interval = ktime_to_timespec(iv); in common_timer_get()
773 cur_setting->it_value = ktime_to_timespec(remaining); in common_timer_get()
Dtimer_stats.c298 period = ktime_to_timespec(time); in tstats_show()
Dhrtimer.c1510 rmt = ktime_to_timespec(rem); in update_rmtp()
/linux-4.4.14/drivers/pps/generators/
Dpps_gen_parport.c92 expire_time = ktime_to_timespec(hrtimer_get_softexpires(timer)); in hrtimer_event()
/linux-4.4.14/net/ipv4/
Dtcp_probe.c191 = ktime_to_timespec(ktime_sub(p->tstamp, tcp_probe.start)); in tcpprobe_sprint()
/linux-4.4.14/net/
Dcompat.c471 ts = ktime_to_timespec(sk->sk_stamp); in compat_sock_get_timestampns()
476 ts = ktime_to_timespec(sk->sk_stamp); in compat_sock_get_timestampns()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c732 struct timespec ts = ktime_to_timespec(rem); in msm_wait_fence()
/linux-4.4.14/net/core/
Dsock.c2525 ts = ktime_to_timespec(sk->sk_stamp); in sock_get_timestampns()
2530 ts = ktime_to_timespec(sk->sk_stamp); in sock_get_timestampns()