| /linux/include/linux/ |
| H A D | timekeeping.h | 104 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 D | process.c | 43 start = ktime_get_boottime(); in try_to_freeze_tasks() 84 end = ktime_get_boottime(); in try_to_freeze_tasks()
|
| /linux/rust/helpers/ |
| H A D | time.c | 19 return ktime_get_boottime(); in rust_helper_ktime_get_boottime()
|
| /linux/drivers/hwmon/ |
| H A D | aht10.c | 135 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 D | intel_dsi.c | 18 panel_power_on_time = ktime_get_boottime(); in intel_dsi_wait_panel_power_cycle()
|
| H A D | vlv_dsi.c | 931 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 D | icl_dsi.c | 1482 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 D | timekeeping.rst | 23 .. c:function:: ktime_t ktime_get_boottime( void ) 187 as ktime_get_boottime()/ktime_get_boottime_ts64().
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | stv0299.c | 414 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 D | platform-vsc.c | 63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_hw.c | 269 vdev->hw->d0i3_entry_host_ts = ktime_get_boottime(); in save_d0i3_entry_timestamp()
|
| /linux/net/core/ |
| H A D | page_pool_user.c | 340 pool->user.detach_time = ktime_get_boottime(); in page_pool_detached()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 402 q->get_time = ktime_get_boottime; in etf_init()
|
| /linux/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 846 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 D | link.c | 475 ktime_get_boottime()); in _ieee80211_set_active_links()
|
| /linux/kernel/time/ |
| H A D | alarmtimer.c | 871 alarm_bases[ALARM_BOOTTIME].get_ktime = &ktime_get_boottime; in alarmtimer_init()
|
| H A D | posix-timers.c | 258 return ktime_get_boottime(); in posix_get_boottime_timespec()
|
| H A D | hrtimer.c | 1600 return ktime_get_boottime(); in __hrtimer_cb_get_time()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
| H A D | mac.c | 118 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 D | random.c | 834 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification()
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-simple.c | 289 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 D | wmi.c | 874 .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 D | kfd_svm.c | 1852 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 D | scsi_debug.c | 2294 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 D | core.c | 2987 s64 remaining = ktime_us_delta(end, ktime_get_boottime()); in _regulator_do_enable() 3229 rdev->last_off = ktime_get_boottime(); in _regulator_do_disable()
|