Home
last modified time | relevance | path

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

12

/linux-5.19.10/include/linux/
Dtime_namespace.h16 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()
Defi.h477 u64 boottime; member
494 u32 boottime; member
514 efi_boot_services_t *boottime; member
/linux-5.19.10/kernel/time/
Dnamespace.c34 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()
358 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime); in proc_timens_show_offsets()
427 offset = &time_ns->offsets.boottime; in proc_timens_set_offset()
/linux-5.19.10/fs/proc/
Dstat.c116 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-5.19.10/arch/x86/boot/compressed/
Defi.h76 u64 boottime; member
93 u32 boottime; member
/linux-5.19.10/Documentation/trace/
Dindex.rst25 boottime-trace
/linux-5.19.10/arch/m68k/include/asm/
Dmacintosh.h105 unsigned long boottime; member
/linux-5.19.10/arch/x86/include/asm/
Defi.h357 ? efi_system_table->boottime->func(__VA_ARGS__) \
359 boottime), \
/linux-5.19.10/kernel/rcu/
Dtree_exp.h905 bool boottime = (rcu_scheduler_active == RCU_SCHEDULER_INIT); in synchronize_rcu_expedited() local
931 if (unlikely(boottime)) { in synchronize_rcu_expedited()
949 if (likely(!boottime)) in synchronize_rcu_expedited()
/linux-5.19.10/arch/x86/xen/
Defi.c39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/linux-5.19.10/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c812 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()
/linux-5.19.10/drivers/net/wireless/marvell/libertas/
Dtypes.h263 uint8_t boottime; member
Dmesh.c422 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show()
779 static DEVICE_ATTR_RW(boottime);
/linux-5.19.10/drivers/firmware/efi/libstub/
Defi-stub.c157 status = efi_system_table->boottime->handle_protocol(handle, in efi_pe_entry()
Dfdt.c348 efi_system_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
Defistub.h48 #define efi_bs_call(func, ...) efi_system_table->boottime->func(__VA_ARGS__)
/linux-5.19.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1115 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()
Dmvm.h1482 u64 *boottime, ktime_t *realtime);
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_gpu_error.h169 ktime_t boottime; member
Di915_gpu_error.c824 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
1915 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
/linux-5.19.10/arch/m68k/mac/
Dconfig.c112 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-5.19.10/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-5.19.10/Documentation/core-api/
Dtimekeeping.rst119 in user space, along with the equivalent boottime/tai/raw
/linux-5.19.10/mm/
DKconfig.debug8 by not allocating this extra memory according to boottime
/linux-5.19.10/Documentation/virt/uml/
Duser_mode_linux_howto_v2.rst1211 The device tree is loaded and parsed at boottime and is accessible by

12