Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dtimekeeping.h104 static inline ktime_t ktime_get_boottime(void) in ktime_get_boottime() function
195 return ktime_to_ns(ktime_get_boottime()); in ktime_get_boottime_ns()
231 *ts = ktime_to_timespec64(ktime_get_boottime()); in ktime_get_boottime_ts64()
/linux/kernel/power/
H A Dprocess.c43 start = ktime_get_boottime(); in try_to_freeze_tasks()
84 end = ktime_get_boottime(); in try_to_freeze_tasks()
/linux/rust/helpers/
H A Dtime.c19 return ktime_get_boottime(); in rust_helper_ktime_get_boottime()
/linux/drivers/gpu/drm/panel/
H A Dpanel-edp.c385 now_ktime = ktime_get_boottime(); in panel_edp_wait()
408 p->unprepared_time = ktime_get_boottime(); in panel_edp_suspend()
458 p->powered_on_time = ktime_get_boottime(); in panel_edp_prepare_once()
490 p->prepared_time = ktime_get_boottime(); in panel_edp_prepare_once()
498 p->unprepared_time = ktime_get_boottime(); in panel_edp_prepare_once()
H A Dpanel-simple.c289 now_ktime = ktime_get_boottime(); in panel_simple_wait()
311 p->unprepared_time = ktime_get_boottime(); in panel_simple_suspend()
/linux/Documentation/core-api/
H A Dtimekeeping.rst23 .. c:function:: ktime_t ktime_get_boottime( void )
187 as ktime_get_boottime()/ktime_get_boottime_ts64().
/linux/drivers/misc/mei/
H A Dplatform-vsc.c63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
/linux/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c339 ss->boot_time = ktime_get_boottime(); in devcoredump_snapshot()
/linux/net/sched/
H A Dsch_etf.c402 q->get_time = ktime_get_boottime; in etf_init()
/linux/net/mac80211/
H A Dlink.c473 ktime_get_boottime()); in _ieee80211_set_active_links()
H A Dmlme.c3000 now = ktime_get_boottime(); in ieee80211_sta_process_chanswitch()
/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c846 delta = ktime_us_delta(ktime_get_boottime(), *waketime); in dvb_frontend_sleep_until()
849 delta = ktime_us_delta(ktime_get_boottime(), *waketime); in dvb_frontend_sleep_until()
2647 nexttime = ktime_get_boottime(); in dvb_frontend_handle_ioctl()
2658 tv[i + 1] = ktime_get_boottime(); in dvb_frontend_handle_ioctl()
/linux/kernel/time/
H A Dalarmtimer.c871 alarm_bases[ALARM_BOOTTIME].get_ktime = &ktime_get_boottime; in alarmtimer_init()
H A Dposix-timers.c265 return ktime_get_boottime(); in posix_get_boottime_ktime()
H A Dhrtimer.c1592 return ktime_get_boottime(); in __hrtimer_cb_get_time()
/linux/drivers/char/
H A Drandom.c844 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification()
/linux/drivers/block/zram/
H A Dzram_drv.c231 zram->table[index].ac_time = ktime_get_boottime(); in zram_accessed()
479 cutoff_time = ktime_sub(ktime_get_boottime(), in idle_store()
/linux/drivers/net/wireless/ath/wil6210/
H A Dwmi.c874 .boottime_ns = ktime_to_ns(ktime_get_boottime()), in wmi_evt_rx_mgmt()
1391 .boottime_ns = ktime_to_ns(ktime_get_boottime()), in wmi_evt_sched_scan_result()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1819 prange->validate_timestamp = ktime_get_boottime(); in svm_range_validate_and_map()
3005 ktime_t timestamp = ktime_get_boottime(); in svm_range_restore_pages()
/linux/drivers/scsi/
H A Dscsi_debug.c2300 ktime_t now_ts = ktime_get_boottime(); in resp_start_stop()
6592 devip->create_ts = ktime_get_boottime(); in sdebug_device_create()
9036 ktime_t now_ts = ktime_get_boottime(); in resp_not_ready()
9132 time = ktime_get_boottime(); in sdebug_blk_mq_poll_iter()
/linux/drivers/regulator/
H A Dcore.c2908 s64 remaining = ktime_us_delta(end, ktime_get_boottime()); in _regulator_do_enable()
3150 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
/linux/drivers/firmware/arm_scmi/
H A Ddriver.c1086 ts = ktime_get_boottime(); in scmi_handle_notification()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c273 notify_timestamp = ktime_to_us(ktime_get_boottime()); in rtw_cfg80211_inform_bss()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2099 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3379 bss_data.boottime_ns = ktime_to_ns(ktime_get_boottime()); in brcmf_inform_single_bss()