Home
last modified time | relevance | path

Searched refs:ns_to_ktime (Results 1 – 25 of 105) sorted by relevance

12345

/linux/drivers/cpuidle/
H A Dcpuidle.c152 time_start = ns_to_ktime(local_clock_noinstr()); in enter_s2idle_proper()
176 time_end = ns_to_ktime(local_clock_noinstr()); in enter_s2idle_proper()
249 time_start = ns_to_ktime(local_clock_noinstr()); in cpuidle_enter_state()
282 time_end = ns_to_ktime(local_clock_noinstr()); in cpuidle_enter_state()
/linux/include/linux/dsa/
H A Dksz_common.h23 return ns_to_ktime(ns); in ksz_decode_tstamp()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.c333 event.timestamp = ns_to_ktime(sja1105_ticks_to_ns(ptpsyncts)); in sja1105_extts_poll()
366 shwt->hwtstamp = ns_to_ktime(sja1105_ticks_to_ns(ts)); in sja1105_rxtstamp_work()
402 shwt->hwtstamp = ns_to_ktime(sja1105_ticks_to_ns(ts)); in sja1110_rxtstamp()
446 shwt.hwtstamp = ns_to_ktime(sja1105_ticks_to_ns(tstamp)); in sja1110_process_meta_tstamp()
965 shwt.hwtstamp = ns_to_ktime(sja1105_ticks_to_ns(ts)); in sja1105_ptp_txtstamp_skb()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c175 return ns_to_ktime(0); in amdgpu_ctx_fence_time()
180 return ns_to_ktime(0); in amdgpu_ctx_fence_time()
193 ktime_t res = ns_to_ktime(0); in amdgpu_ctx_entity_time()
280 ktime_t res = ns_to_ktime(0); in amdgpu_ctx_fini_entity()
930 usage[hw_ip] = ns_to_ktime(ns); in amdgpu_ctx_mgr_usage()
/linux/sound/soc/fsl/
H A Dimx-pcm-fiq.c63 hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns)); in snd_hrtimer_callback()
122 hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns), in snd_imx_pcm_trigger()
/linux/drivers/ptp/
H A Dptp_vclock.c144 xtstamp->device = ns_to_ktime(ns); in ptp_vclock_getcrosststamp()
303 return ns_to_ktime(vclock_ns); in ptp_convert_timestamp()
H A Dptp_s390.c69 *device_time = ns_to_ktime(tod_to_ns(clk.tod - TOD_UNIX_EPOCH)); in s390_arch_ptp_get_crosststamp()
H A Dptp_ines.c510 ssh->hwtstamp = ns_to_ktime(ns); in ines_rxtstamp()
678 ssh.hwtstamp = ns_to_ktime(ns); in ines_txtstamp_work()
/linux/io_uring/
H A Dnapi.c38 return ns_to_ktime(t << 10); in net_to_ktime()
255 ctx->napi_busy_poll_dt = ns_to_ktime(sys_dt); in io_napi_init()
/linux/drivers/net/can/rockchip/
H A Drockchip_canfd-timestamp.c26 hwtstamps->hwtstamp = ns_to_ktime(ns); in rkcanfd_skb_set_timestamp()
/linux/sound/core/
H A Dhrtimer.c99 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), in snd_hrtimer_start()
/linux/arch/powerpc/perf/
H A Dvpa-dtl.c300 hrtimer_forward_now(hrtimer, ns_to_ktime(period)); in vpa_dtl_hrtimer_handle()
311 hrtimer_start(&hwc->hrtimer, ns_to_ktime(period), HRTIMER_MODE_REL_PINNED); in vpa_dtl_start_hrtimer()
/linux/include/linux/
H A Dktime.h220 static inline ktime_t ns_to_ktime(u64 ns) in ns_to_ktime() function
/linux/drivers/dma-buf/
H A Ddma-fence-unwrap.c131 timestamp = ns_to_ktime(0); in __dma_fence_unwrap_merge()
H A Dsync_file.c377 dma_fence_set_deadline(sync_file->fence, ns_to_ktime(ts.deadline_ns)); in sync_file_ioctl_set_deadline()
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb.h253 return ns_to_ktime(div_u64(ticks * 1000, cfg->timestamp_freq)); in kvaser_usb_ticks_to_ktime()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_ptp.c172 shhwtstamps.hwtstamp = ns_to_ktime(ns); in qede_ptp_task()
557 skb_hwtstamps(skb)->hwtstamp = ns_to_ktime(ns); in qede_ptp_rx_ts()
/linux/drivers/pwm/
H A Dpwm-gpio.c95 ns_to_ktime(next_toggle)); in pwm_gpio_timer()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-tef.c297 ns_to_ktime(priv->tx_coalesce_usecs_irq * in mcp251xfd_handle_tefif()
H A Dmcp251xfd-rx.c328 ns_to_ktime(priv->rx_coalesce_usecs_irq * in mcp251xfd_handle_rxif()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_clock.c71 return ns_to_ktime(nsec); in mlx4_en_get_hwtstamp()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dptp.c121 *device = ns_to_ktime(timecounter_cyc2time(&adapter->tc, dev_cycles)); in e1000e_phc_get_syncdevicetime()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c111 if (stime) *stime = ns_to_ktime(args.time[0]); in nouveau_display_scanoutpos_head()
112 if (etime) *etime = ns_to_ktime(args.time[1]); in nouveau_display_scanoutpos_head()
/linux/sound/drivers/pcsp/
H A Dpcsp_lib.c147 hrtimer_forward_now(handle, ns_to_ktime(ns)); in pcsp_do_timer()
/linux/kernel/sched/
H A Didle.c434 hrtimer_start(&it.timer, ns_to_ktime(duration_ns), in play_idle_precise()

12345