Home
last modified time | relevance | path

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

12

/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/hwmon/
H A Daht10.c135 ktime_t current_time = ktime_get_boottime(); in aht10_polltime_expired()
203 data->previous_poll_time = ktime_get_boottime(); in aht10_read_values()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dsi.c18 panel_power_on_time = ktime_get_boottime(); in intel_dsi_wait_panel_power_cycle()
H A Dvlv_dsi.c931 intel_dsi->panel_power_off_time = ktime_get_boottime(); in intel_dsi_post_disable()
1967 intel_dsi->panel_power_off_time = ktime_get_boottime(); in vlv_dsi_init()
H A Dicl_dsi.c1482 intel_dsi->panel_power_off_time = ktime_get_boottime(); in gen11_dsi_post_disable()
1990 intel_dsi->panel_power_off_time = ktime_get_boottime(); in icl_dsi_init()
/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/media/dvb-frontends/
H A Dstv0299.c414 nexttime = ktime_get_boottime(); in stv0299_send_legacy_dish_cmd()
423 tv[i+1] = ktime_get_boottime(); in stv0299_send_legacy_dish_cmd()
/linux/drivers/misc/mei/
H A Dplatform-vsc.c63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
/linux/drivers/accel/ivpu/
H A Divpu_hw.c269 vdev->hw->d0i3_entry_host_ts = ktime_get_boottime(); in save_d0i3_entry_timestamp()
/linux/net/core/
H A Dpage_pool_user.c340 pool->user.detach_time = ktime_get_boottime(); in page_pool_detached()
/linux/net/sched/
H A Dsch_etf.c402 q->get_time = ktime_get_boottime; in etf_init()
/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/net/mac80211/
H A Dlink.c475 ktime_get_boottime()); in _ieee80211_set_active_links()
/linux/kernel/time/
H A Dalarmtimer.c871 alarm_bases[ALARM_BOOTTIME].get_ktime = &ktime_get_boottime; in alarmtimer_init()
H A Dposix-timers.c258 return ktime_get_boottime(); in posix_get_boottime_timespec()
H A Dhrtimer.c1600 return ktime_get_boottime(); in __hrtimer_cb_get_time()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c118 phy->mt76->survey_time = ktime_get_boottime(); in mt7615_mac_reset_counters()
1950 cur_time = ktime_get_boottime(); in mt7615_update_survey()
/linux/drivers/char/
H A Drandom.c834 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification()
/linux/drivers/gpu/drm/panel/
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/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.c1852 prange->validate_timestamp = ktime_get_boottime(); in svm_range_validate_and_map()
3042 ktime_t timestamp = ktime_get_boottime(); in svm_range_restore_pages()
/linux/drivers/scsi/
H A Dscsi_debug.c2294 ktime_t now_ts = ktime_get_boottime(); in resp_start_stop()
6578 devip->create_ts = ktime_get_boottime(); in sdebug_device_create()
9021 ktime_t now_ts = ktime_get_boottime(); in resp_not_ready()
9117 time = ktime_get_boottime(); in sdebug_blk_mq_poll_iter()
/linux/drivers/regulator/
H A Dcore.c2987 s64 remaining = ktime_us_delta(end, ktime_get_boottime()); in _regulator_do_enable()
3229 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()

12