/linux-6.3-rc2/include/linux/ |
A D | time_namespace.h | 16 struct timespec64 boottime; member 77 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime() 84 return nsec + timespec64_to_ns(&ns_offsets->boottime); in timens_add_boottime_ns() 91 *ts = timespec64_sub(*ts, ns_offsets->boottime); in timens_sub_boottime()
|
A D | efi.h | 484 u64 boottime; member 501 u32 boottime; member 521 efi_boot_services_t *boottime; member
|
/linux-6.3-rc2/kernel/time/ |
A D | namespace.c | 34 offset = timespec64_to_ktime(ns_offsets->boottime); in do_timens_ktime_to_host() 184 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); in timens_setup_vdso_data() local 191 offset[CLOCK_BOOTTIME] = boottime; in timens_setup_vdso_data() 192 offset[CLOCK_BOOTTIME_ALARM] = boottime; in timens_setup_vdso_data() 376 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets() 445 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
|
/linux-6.3-rc2/fs/proc/ |
A D | stat.c | 116 struct timespec64 boottime; in show_stat() local 121 getboottime64(&boottime); in show_stat() 123 timens_sub_boottime(&boottime); in show_stat() 206 (unsigned long long)boottime.tv_sec, in show_stat()
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | efi.h | 76 u64 boottime; member 93 u32 boottime; member
|
/linux-6.3-rc2/Documentation/trace/ |
A D | index.rst | 25 boottime-trace
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | macintosh.h | 105 unsigned long boottime; member
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | efi.c | 39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
/linux-6.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
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-6.3-rc2/kernel/rcu/ |
A D | tree_exp.h | 953 bool boottime = (rcu_scheduler_active == RCU_SCHEDULER_INIT); in synchronize_rcu_expedited() local 993 if (unlikely(boottime)) { in synchronize_rcu_expedited() 1011 if (likely(!boottime)) in synchronize_rcu_expedited()
|
/linux-6.3-rc2/drivers/net/wireless/marvell/libertas/ |
A D | types.h | 264 uint8_t boottime; member
|
A D | mesh.c | 422 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show() 779 static DEVICE_ATTR_RW(boottime);
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | utils.c | 1115 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument 1130 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time() 1131 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time()
|
A D | mvm.h | 1484 u64 *boottime, ktime_t *realtime);
|
/linux-6.3-rc2/arch/m68k/mac/ |
A D | config.c | 112 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo() 854 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.h | 193 ktime_t boottime; member
|
A D | i915_gpu_error.c | 840 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl() 1993 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
|
/linux-6.3-rc2/tools/power/pm-graph/ |
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-6.3-rc2/Documentation/core-api/ |
A D | timekeeping.rst | 119 in user space, along with the equivalent boottime/tai/raw
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | efistub.h | 62 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
|
/linux-6.3-rc2/mm/ |
A D | Kconfig.debug | 8 by not allocating this extra memory according to boottime
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A D | kernel.rst | 1490 Documentation/trace/boottime-trace.rst.
|
/linux-6.3-rc2/Documentation/virt/uml/ |
A D | user_mode_linux_howto_v2.rst | 1211 The device tree is loaded and parsed at boottime and is accessible by
|
/linux-6.3-rc2/init/ |
A D | Kconfig | 1231 In this namespace boottime and monotonic clocks can be set.
|