| /linux/include/linux/ |
| H A D | time_namespace.h | 20 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 D | namespace.c | 35 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 D | efi.h | 78 u64 boottime; member 95 u32 boottime; member
|
| /linux/arch/m68k/include/asm/ |
| H A D | macintosh.h | 105 unsigned long boottime; member
|
| /linux/Documentation/trace/ |
| H A D | index.rst | 57 boottime-trace
|
| /linux/drivers/misc/mei/ |
| H A D | platform-vsc.c | 38 u64 boottime; member 63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
|
| /linux/arch/x86/xen/ |
| H A D | efi.c | 41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 811 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 D | types.h | 264 uint8_t boottime; member
|
| H A D | mesh.c | 429 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show() 794 static DEVICE_ATTR_RW(boottime);
|
| /linux/arch/m68k/mac/ |
| H A D | config.c | 102 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 D | bootgraph.py | 222 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 D | utils.c | 1188 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 D | timekeeping.rst | 119 in user space, along with the equivalent boottime/tai/raw
|
| /linux/mm/ |
| H A D | Kconfig.debug | 8 by not allocating this extra memory according to boottime
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 909 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 D | user_mode_linux_howto_v2.rst | 1213 The device tree is loaded and parsed at boottime and is accessible by
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | kernel.rst | 1626 Documentation/trace/boottime-trace.rst.
|
| /linux/init/ |
| H A D | Kconfig | 1376 In this namespace boottime and monotonic clocks can be set.
|