Home
last modified time | relevance | path

Searched refs:boottime (Results 1 – 19 of 19) sorted by relevance

/linux/include/linux/
H A Dtime_namespace.h20 struct timespec64 boottime; member
85 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
92 return nsec + timespec64_to_ns(&ns_offsets->boottime); in timens_add_boottime_ns()
99 *ts = timespec64_sub(*ts, ns_offsets->boottime); in timens_sub_boottime()
/linux/kernel/time/
H A Dnamespace.c35 offset = timespec64_to_ktime(ns_offsets->boottime); in do_timens_ktime_to_host()
183 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); in timens_setup_vdso_clock_data() local
190 offset[CLOCK_BOOTTIME] = boottime; in timens_setup_vdso_clock_data()
191 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_clock_data()
379 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets()
448 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
/linux/arch/x86/boot/compressed/
H A Defi.h78 u64 boottime; member
95 u32 boottime; member
/linux/arch/m68k/include/asm/
H A Dmacintosh.h105 unsigned long boottime; member
/linux/Documentation/trace/
H A Dindex.rst57 boottime-trace
/linux/drivers/misc/mei/
H A Dplatform-vsc.c38 u64 boottime; member
63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
/linux/arch/x86/xen/
H A Defi.c41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c811 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local
899 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware()
907 strncat(h->bootcmd, boottime, in octeon_download_firmware()
/linux/drivers/net/wireless/marvell/libertas/
H A Dtypes.h264 uint8_t boottime; member
H A Dmesh.c429 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show()
794 static DEVICE_ATTR_RW(boottime);
/linux/arch/m68k/mac/
H A Dconfig.c102 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
844 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
/linux/tools/power/pm-graph/
H A Dbootgraph.py222 boottime = '' variable in Data
280 sysvals.vprint(' Boot time: %s' % self.boottime)
343 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S')
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c1188 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1203 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time()
1204 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time()
/linux/Documentation/core-api/
H A Dtimekeeping.rst119 in user space, along with the equivalent boottime/tai/raw
/linux/mm/
H A DKconfig.debug8 by not allocating this extra memory according to boottime
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c909 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
2099 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1213 The device tree is loaded and parsed at boottime and is accessible by
/linux/Documentation/admin-guide/sysctl/
H A Dkernel.rst1626 Documentation/trace/boottime-trace.rst.
/linux/init/
H A DKconfig1376 In this namespace boottime and monotonic clocks can be set.