Home
last modified time | relevance | path

Searched refs:timespec64_to_ktime (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/kernel/time/
H A Dposix-stubs.c151 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
244 texp = timespec64_to_ktime(t); in SYSCALL_DEFINE4()
H A Ditimer.c229 expires = timespec64_to_ktime(value->it_value); in do_setitimer()
232 timespec64_to_ktime(value->it_interval); in do_setitimer()
H A Dnamespace.c30 offset = timespec64_to_ktime(ns_offsets->monotonic); in do_timens_ktime_to_host()
34 offset = timespec64_to_ktime(ns_offsets->boottime); in do_timens_ktime_to_host()
H A Dposix-timers.c887 timr->it_interval = timespec64_to_ktime(new_setting->it_interval); in common_timer_set()
888 expires = timespec64_to_ktime(new_setting->it_value); in common_timer_set()
1234 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep()
1244 ktime_t texp = timespec64_to_ktime(*rqtp); in common_nsleep_timens()
H A Dposix-cpu-timers.c598 new_expires = ktime_to_ns(timespec64_to_ktime(new->it_value)); in posix_cpu_timer_set()
694 timer->it_interval = timespec64_to_ktime(new->it_interval); in posix_cpu_timer_set()
H A Dtimekeeping.c161 WARN_ON_ONCE(tk->offs_real != timespec64_to_ktime(tmp)); in tk_set_wall_to_mono()
164 tk->offs_real = timespec64_to_ktime(tmp); in tk_set_wall_to_mono()
1674 tk_update_sleep_time(tk, timespec64_to_ktime(*delta)); in __timekeeping_inject_sleeptime()
H A Dhrtimer.c2029 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2()
2050 return hrtimer_nanosleep(timespec64_to_ktime(tu), HRTIMER_MODE_REL, in SYSCALL_DEFINE2()
H A Dalarmtimer.c833 exp = timespec64_to_ktime(*tsreq); in alarm_timer_nsleep()
/OK3568_Linux_fs/kernel/drivers/ptp/
H A Dptp_kvm.c78 *device_time = timespec64_to_ktime(tspec); in ptp_kvm_get_time_fn()
H A Dptp_clock.c137 kt = timespec64_to_ktime(ts); in ptp_clock_adjtime()
/OK3568_Linux_fs/kernel/include/linux/
H A Dktime.h71 static inline ktime_t timespec64_to_ktime(struct timespec64 ts) in timespec64_to_ktime() function
H A Dtimekeeping.h121 return timespec64_to_ktime(ts); in ktime_get_coarse()
/OK3568_Linux_fs/kernel/fs/
H A Dtimerfd.c185 texp = timespec64_to_ktime(ktmr->it_value); in timerfd_setup()
188 ctx->tintv = timespec64_to_ktime(ktmr->it_interval); in timerfd_setup()
H A Dselect.c602 expire = timespec64_to_ktime(*end_time); in do_select()
960 expire = timespec64_to_ktime(*end_time); in do_poll()
H A Deventpoll.c1864 *to = timespec64_to_ktime(end_time); in ep_poll()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c368 hwtstamp->hwtstamp = timespec64_to_ktime(ts); in mvpp22_tai_tstamp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/
H A Docelot_ptp.c113 now = ktime_to_ns(timespec64_to_ktime(ts)); in ocelot_ptp_adjtime()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/renesas/
H A Dravb_ptp.c138 u64 now = ktime_to_ns(timespec64_to_ktime(ts)); in ravb_ptp_adjtime()
H A Dravb_main.c498 shhwtstamps.hwtstamp = timespec64_to_ktime(ts); in ravb_get_tx_tstamp()
597 shhwtstamps->hwtstamp = timespec64_to_ktime(ts); in ravb_rx()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c1079 expires = timespec64_to_ktime(*ts); in do_mq_timedsend()
1194 expires = timespec64_to_ktime(*ts); in do_mq_timedreceive()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c735 current_time_ns = timespec64_to_ktime(current_time); in tc_setup_taprio()
/OK3568_Linux_fs/kernel/kernel/
H A Dfutex.c3796 t = timespec64_to_ktime(ts); in SYSCALL_DEFINE6()
3990 t = timespec64_to_ktime(ts); in SYSCALL_DEFINE6()
/OK3568_Linux_fs/kernel/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1165 current_time = timespec64_to_ktime(ts); in vsc9959_new_base_time()
/OK3568_Linux_fs/kernel/drivers/net/phy/mscc/
H A Dmscc_ptp.c759 now = ktime_to_ns(timespec64_to_ktime(ts)); in vsc85xx_adjtime()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c5968 hrtimer_start(&io->timer, timespec64_to_ktime(*ts), mode); in io_linked_timeout_update()
5987 hrtimer_start(&data->timer, timespec64_to_ktime(*ts), mode); in io_timeout_update()
6159 hrtimer_start(&data->timer, timespec64_to_ktime(data->ts), data->mode); in io_timeout()
6863 hrtimer_start(&data->timer, timespec64_to_ktime(data->ts), in io_queue_linked_timeout()
7496 timeout = ktime_add_ns(timespec64_to_ktime(ts), ktime_get_ns()); in io_cqring_wait()

12