| /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/gpu/drm/panel/ |
| H A D | panel-edp.c | 385 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 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/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/misc/mei/ |
| H A D | platform-vsc.c | 63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_devcoredump.c | 339 ss->boot_time = ktime_get_boottime(); in devcoredump_snapshot()
|
| /linux/net/sched/ |
| H A D | sch_etf.c | 402 q->get_time = ktime_get_boottime; in etf_init()
|
| /linux/net/mac80211/ |
| H A D | link.c | 473 ktime_get_boottime()); in _ieee80211_set_active_links()
|
| H A D | mlme.c | 3000 now = ktime_get_boottime(); in ieee80211_sta_process_chanswitch()
|
| /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/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 | 265 return ktime_get_boottime(); in posix_get_boottime_ktime()
|
| H A D | hrtimer.c | 1592 return ktime_get_boottime(); in __hrtimer_cb_get_time()
|
| /linux/drivers/char/ |
| H A D | random.c | 844 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification()
|
| /linux/drivers/block/zram/ |
| H A D | zram_drv.c | 231 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 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 | 1819 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 D | scsi_debug.c | 2300 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 D | core.c | 2908 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 D | driver.c | 1086 ts = ktime_get_boottime(); in scmi_handle_notification()
|
| /linux/drivers/staging/rtl8723bs/os_dep/ |
| H A D | ioctl_cfg80211.c | 273 notify_timestamp = ktime_to_us(ktime_get_boottime()); in rtw_cfg80211_inform_bss()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 2099 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.c | 3379 bss_data.boottime_ns = ktime_to_ns(ktime_get_boottime()); in brcmf_inform_single_bss()
|