Home
last modified time | relevance | path

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

/Linux-v5.4/fs/proc/
Dstat.c115 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/
Dmacintosh.h105 unsigned long boottime; member
/Linux-v5.4/arch/x86/platform/efi/
Defi.c361 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/
Defi.h53 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
/Linux-v5.4/arch/arm64/include/asm/
Defi.h96 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
/Linux-v5.4/kernel/rcu/
Dtree_exp.h795 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/
Defi.c39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/Linux-v5.4/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c812 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/
Di915_gpu_error.h34 ktime_t boottime; member
Di915_gpu_error.c672 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/
Dtypes.h263 uint8_t boottime; member
Dmesh.c420 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/
Darm-stub.c147 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
Dfdt.c359 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
/Linux-v5.4/arch/m68k/mac/
Dconfig.c112 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/
Dbootgraph.py220 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/
Defi.h740 u64 boottime; member
757 u32 boottime; member
773 efi_boot_services_t *boottime; member
/Linux-v5.4/mm/
DKconfig.debug8 by not allocating this extra memory according to boottime
/Linux-v5.4/Documentation/core-api/
Dtimekeeping.rst119 in user space, along with the equivalent boottime/tai/raw
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1441 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()
Dmvm.h1497 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c38 c->boot_services = table->boottime; \