Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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()
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-5.10/include/linux/
Dtime_namespace.h17 struct timespec64 boottime; member
77 *ts = timespec64_add(*ts, ns_offsets->boottime); in timens_add_boottime()
Defi.h415 u64 boottime; member
432 u32 boottime; member
452 efi_boot_services_t *boottime; member
/kernel/linux/linux-5.10/fs/proc/
Dstat.c115 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/Documentation/trace/
Dindex.rst24 boottime-trace
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmacintosh.h105 unsigned long boottime; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
Defi.h333 ? efi_system_table->boottime->func(__VA_ARGS__) \
335 boottime), \
/kernel/linux/linux-5.10/kernel/rcu/
Dtree_exp.h822 bool boottime = (rcu_scheduler_active == RCU_SCHEDULER_INIT); in synchronize_rcu_expedited() local
848 if (unlikely(boottime)) { in synchronize_rcu_expedited()
867 if (likely(!boottime)) in synchronize_rcu_expedited()
/kernel/linux/linux-5.10/arch/x86/xen/
Defi.c39 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/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);
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Defi-stub.c156 status = efi_system_table->boottime->handle_protocol(handle, in efi_pe_entry()
Dfdt.c341 efi_system_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
Defistub.h46 #define efi_bs_call(func, ...) efi_system_table->boottime->func(__VA_ARGS__)
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_gpu_error.h162 ktime_t boottime; member
Di915_gpu_error.c775 ts = ktime_to_timespec64(error->boottime); in __err_print_to_sgl()
1759 error->boottime = ktime_get_boottime(); in i915_gpu_coredump_alloc()
/kernel/linux/linux-5.10/arch/m68k/mac/
Dconfig.c111 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
860 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
/kernel/linux/linux-5.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')
/kernel/linux/linux-5.10/Documentation/core-api/
Dtimekeeping.rst119 in user space, along with the equivalent boottime/tai/raw
/kernel/linux/linux-5.10/mm/
DKconfig.debug8 by not allocating this extra memory according to boottime
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1426 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime) in iwl_mvm_get_sync_time() argument
1440 *boottime = ktime_get_boottime_ns(); in iwl_mvm_get_sync_time()
Dmvm.h1500 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
/kernel/linux/linux-5.10/Documentation/admin-guide/sysctl/
Dkernel.rst1414 :doc:`/trace/boottime-trace`.
/kernel/linux/linux-5.10/init/
DKconfig1231 In this namespace boottime and monotonic clocks can be set.