| /Linux-v5.4/fs/proc/ |
| D | stat.c | 115 struct timespec64 boottime; in show_stat() local 120 getboottime64(&boottime); in show_stat() 197 (unsigned long long)boottime.tv_sec, in show_stat()
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | macintosh.h | 105 unsigned long boottime; member
|
| /Linux-v5.4/arch/x86/platform/efi/ |
| D | efi.c | 361 efi_systab.boottime = (void *)(unsigned long)systab64->boottime; in efi_systab_init() 362 tmp |= systab64->boottime; in efi_systab_init() 397 efi_systab.boottime = (void *)(unsigned long)systab32->boottime; in efi_systab_init()
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | efi.h | 53 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | efi.h | 96 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|
| /Linux-v5.4/kernel/rcu/ |
| D | tree_exp.h | 795 bool boottime = (rcu_scheduler_active == RCU_SCHEDULER_INIT); in synchronize_rcu_expedited() local 821 if (unlikely(boottime)) { in synchronize_rcu_expedited() 840 if (likely(!boottime)) in synchronize_rcu_expedited()
|
| /Linux-v5.4/arch/x86/xen/ |
| D | efi.c | 39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
| /Linux-v5.4/drivers/net/ethernet/cavium/liquidio/ |
| D | octeon_console.c | 812 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local 906 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware() 914 strncat(h->bootcmd, boottime, in octeon_download_firmware()
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.h | 34 ktime_t boottime; member
|
| D | i915_gpu_error.c | 672 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl() 1701 error->boottime = ktime_get_boottime(); in i915_capture_gpu_state()
|
| /Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
| D | types.h | 263 uint8_t boottime; member
|
| D | mesh.c | 420 return snprintf(buf, 12, "%d\n", defs.boottime); in boottime_get() 772 static DEVICE_ATTR(boottime, 0644, boottime_get, boottime_set);
|
| /Linux-v5.4/drivers/firmware/efi/libstub/ |
| D | arm-stub.c | 147 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
|
| D | fdt.c | 359 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
|
| /Linux-v5.4/arch/m68k/mac/ |
| D | config.c | 112 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo() 876 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
|
| /Linux-v5.4/tools/power/pm-graph/ |
| 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')
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 740 u64 boottime; member 757 u32 boottime; member 773 efi_boot_services_t *boottime; member
|
| /Linux-v5.4/mm/ |
| D | Kconfig.debug | 8 by not allocating this extra memory according to boottime
|
| /Linux-v5.4/Documentation/core-api/ |
| D | timekeeping.rst | 119 in user space, along with the equivalent boottime/tai/raw
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/ |
| D | utils.c | 1441 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime) in iwl_mvm_get_sync_time() argument 1455 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time()
|
| D | mvm.h | 1497 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
|
| /Linux-v5.4/arch/x86/boot/compressed/ |
| D | eboot.c | 38 c->boot_services = table->boottime; \
|