| /linux/include/linux/dsa/ |
| H A D | ksz_common.h | 23 return ns_to_ktime(ns); in ksz_decode_tstamp()
|
| /linux/drivers/ptp/ |
| H A D | ptp_vclock.c | 142 xtstamp->device = ns_to_ktime(ns); in ptp_vclock_getcrosststamp() 299 return ns_to_ktime(vclock_ns); in ptp_convert_timestamp()
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ctx.c | 175 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() 275 ktime_t res = ns_to_ktime(0); in amdgpu_ctx_fini_entity() 974 usage[hw_ip] = ns_to_ktime(ns); in amdgpu_ctx_mgr_usage()
|
| /linux/io_uring/ |
| H A D | napi.c | 38 return ns_to_ktime(t << 10); in net_to_ktime() 244 ctx->napi_busy_poll_dt = ns_to_ktime(sys_dt); in io_napi_init()
|
| /linux/drivers/net/can/rockchip/ |
| H A D | rockchip_canfd-timestamp.c | 26 hwtstamps->hwtstamp = ns_to_ktime(ns); in rkcanfd_skb_set_timestamp()
|
| /linux/sound/core/ |
| H A D | hrtimer.c | 99 hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution), in snd_hrtimer_start()
|
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 300 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 D | ktime.h | 220 static inline ktime_t ns_to_ktime(u64 ns) in ns_to_ktime() function
|
| H A D | hrtimer.h | 112 timer->node.expires = ktime_add_safe(time, ns_to_ktime(delta)); in hrtimer_set_expires_range_ns()
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | funnel-requestqueue.c | 128 ns_to_ktime(timeout)); in wait_for_request()
|
| /linux/drivers/virtio/ |
| H A D | virtio_rtc_ptp.c | 107 ctx->device_time = ns_to_ktime(ns); in viortc_ptp_do_xtstamp()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb.h | 253 return ns_to_ktime(div_u64(ticks * 1000, cfg->timestamp_freq)); in kvaser_usb_ticks_to_ktime()
|
| /linux/drivers/net/can/spi/mcp251xfd/ |
| H A D | mcp251xfd-tef.c | 297 ns_to_ktime(priv->tx_coalesce_usecs_irq * in mcp251xfd_handle_tefif()
|
| H A D | mcp251xfd-rx.c | 328 ns_to_ktime(priv->rx_coalesce_usecs_irq * in mcp251xfd_handle_rxif()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_clock.c | 71 return ns_to_ktime(nsec); in mlx4_en_get_hwtstamp()
|
| /linux/kernel/time/ |
| H A D | sched_clock.c | 199 cd.wrap_kt = ns_to_ktime(wrap); in sched_clock_register()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | ptp.c | 121 *device = ns_to_ktime(timecounter_cyc2time(&adapter->tc, dev_cycles)); in e1000e_phc_get_syncdevicetime()
|
| /linux/kernel/sched/ |
| H A D | idle.c | 410 hrtimer_start(&it.timer, ns_to_ktime(duration_ns), in play_idle_precise()
|
| /linux/kernel/ |
| H A D | watchdog.c | 804 hrtimer_forward_now(hrtimer, ns_to_ktime(sample_period)); in watchdog_timer_fn() 904 hrtimer_start(hrtimer, ns_to_ktime(sample_period), in watchdog_enable()
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_display.c | 111 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 D | pcsp_lib.c | 147 hrtimer_forward_now(handle, ns_to_ktime(ns)); in pcsp_do_timer()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | ptp.c | 272 xtstamp->device = ns_to_ktime(gp2_ns); in iwl_mld_phc_get_crosstimestamp()
|
| /linux/drivers/net/ethernet/ti/ |
| H A D | cpts.c | 340 ssh.hwtstamp = ns_to_ktime(event->timestamp); in cpts_match_tx_ts() 519 ssh->hwtstamp = ns_to_ktime(ns); in cpts_rx_timestamp()
|
| /linux/drivers/firmware/tegra/ |
| H A D | bpmp.c | 160 start = ns_to_ktime(local_clock()); in tegra_bpmp_wait_request_channel_free() 166 now = ns_to_ktime(local_clock()); in tegra_bpmp_wait_request_channel_free()
|
| /linux/drivers/devfreq/event/ |
| H A D | rockchip-dfi.c | 549 hrtimer_start(&dfi->timer, ns_to_ktime(NSEC_PER_SEC), HRTIMER_MODE_REL); in rockchip_ddr_perf_event_add() 590 hrtimer_forward_now(&dfi->timer, ns_to_ktime(NSEC_PER_SEC)); in rockchip_dfi_timer()
|