/kernel/linux/linux-6.6/include/linux/ |
H A D | time_namespace.h | 16 struct timespec64 boottime; member 76 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime() 83 return nsec + timespec64_to_ns(&ns_offsets->boottime); in timens_add_boottime_ns() 90 *ts = timespec64_sub(*ts, ns_offsets->boottime); in timens_sub_boottime()
|
H A D | efi.h | 490 u64 boottime; member 507 u32 boottime; member 527 efi_boot_services_t *boottime; member
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | stat.c | 90 struct timespec64 boottime; in show_stat() local 95 getboottime64(&boottime); in show_stat() 97 timens_sub_boottime(&boottime); in show_stat() 180 (unsigned long long)boottime.tv_sec, in show_stat()
|
/kernel/linux/linux-5.10/kernel/time/ |
H 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() 340 clock = "boottime"; in show_offset() 363 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets() 432 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
|
/kernel/linux/linux-6.6/kernel/time/ |
H 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() 353 clock = "boottime"; in show_offset() 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()
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | efi.h | 78 u64 boottime; member 95 u32 boottime; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | time_namespace.h | 17 struct timespec64 boottime; member 77 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
|
H A D | efi.h | 416 u64 boottime; member 433 u32 boottime; member 453 efi_boot_services_t *boottime; member
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | stat.c | 115 struct timespec64 boottime; in show_stat() local 120 getboottime64(&boottime); in show_stat() 203 (unsigned long long)boottime.tv_sec, in show_stat()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | macintosh.h | 105 unsigned long boottime; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | macintosh.h | 105 unsigned long boottime; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | efi.h | 333 ? efi_system_table->boottime->func(__VA_ARGS__) \ 335 boottime), \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_console.c | 812 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local 900 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware() 908 strncat(h->bootcmd, boottime, in octeon_download_firmware()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | tree_exp.h | 822 bool boottime = (rcu_scheduler_active == RCU_SCHEDULER_INIT); 848 if (unlikely(boottime)) { 867 if (likely(!boottime))
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
H A D | efi.c | 39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
/kernel/linux/linux-6.6/arch/x86/xen/ |
H A D | efi.c | 41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | efi-stub.c | 156 status = efi_system_table->boottime->handle_protocol(handle, in efi_pe_entry()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | types.h | 263 uint8_t boottime; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 162 ktime_t boottime; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A D | types.h | 264 uint8_t boottime; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.h | 196 ktime_t boottime; member
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
H A D | bootgraph.py | 220 boottime = '' variable in Data 278 sysvals.vprint(' Boot time: %s' % self.boottime) 341 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S')
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 1147 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() 1162 if (clock_type == CLOCK_BOOTTIME && boottime) in iwl_mvm_get_sync_time() 1163 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time() 1146 iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2, u64 *boottime, ktime_t *realtime) iwl_mvm_get_sync_time() argument
|
/kernel/linux/linux-6.6/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')
|