Searched refs:boottime (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/linux/
H A Dtime_namespace.h19 struct timespec64 boottime; member in struct:timens_offsets
79 *ts = timespec64_add(*ts, ns_offsets->boottime);
86 return nsec + timespec64_to_ns(&ns_offsets->boottime);
93 *ts = timespec64_sub(*ts, ns_offsets->boottime);
H A Defi.h490 u64 boottime; member in struct:__anon1107
507 u32 boottime; member in struct:__anon1108
527 efi_boot_services_t *boottime; member in struct:__anon1109::__anon1110
/linux-master/kernel/time/
H A Dnamespace.c34 offset = timespec64_to_ktime(ns_offsets->boottime);
184 struct timens_offset boottime = offset_from_ts(ns->offsets.boottime); local
191 offset[CLOCK_BOOTTIME] = boottime;
192 offset[CLOCK_BOOTTIME_ALARM] = boottime;
353 clock = "boottime";
376 show_offset(m, CLOCK_BOOTTIME, &time_ns->offsets.boottime);
445 offset = &time_ns->offsets.boottime;
/linux-master/arch/m68k/include/asm/
H A Dmacintosh.h105 unsigned long boottime; member in struct:mac_booter_data
/linux-master/fs/proc/
H A Dstat.c90 struct timespec64 boottime; local
95 getboottime64(&boottime);
97 timens_sub_boottime(&boottime);
180 (unsigned long long)boottime.tv_sec,
/linux-master/arch/x86/boot/compressed/
H A Defi.h78 u64 boottime; member in struct:__anon156
95 u32 boottime; member in struct:__anon157
/linux-master/arch/x86/xen/
H A Defi.c41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c811 char boottime[MAX_BOOTTIME_SIZE]; local
899 ret = snprintf(boottime, MAX_BOOTTIME_SIZE,
907 strncat(h->bootcmd, boottime,
/linux-master/drivers/misc/mei/
H A Dplatform-vsc.c38 u64 boottime; member in struct:mei_vsc_host_timestamp
63 .boottime = ktime_to_ns(ktime_get_boottime()),
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dtypes.h264 uint8_t boottime; member in struct:mrvl_mesh_defaults
H A Dmesh.c413 * boottime_show - Get function for sysfs attribute boottime
429 return sysfs_emit(buf, "%d\n", defs.boottime);
433 * boottime_store - Set function for sysfs attribute boottime
794 static DEVICE_ATTR_RW(boottime);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h197 ktime_t boottime; member in struct:i915_gpu_coredump
H A Di915_gpu_error.c850 ts = ktime_to_timespec64(error->boottime);
1749 * log times to system times (in conjunction with the error->boottime and
2024 error->boottime = ktime_get_boottime();
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c1210 u32 *gp2, u64 *boottime, ktime_t *realtime)
1225 if (clock_type == CLOCK_BOOTTIME && boottime)
1226 *boottime = ktime_get_boottime_ns();
1209 iwl_mvm_get_sync_time(struct iwl_mvm *mvm, int clock_type, u32 *gp2, u64 *boottime, ktime_t *realtime) argument
H A Dmvm.h1643 u64 *boottime, ktime_t *realtime);
/linux-master/tools/power/pm-graph/
H A Dbootgraph.py222 boottime = '' variable in class:Data
280 sysvals.vprint(' Boot time: %s' % self.boottime)
343 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S')
/linux-master/arch/m68k/mac/
H A Dconfig.c104 mac_bi_data.boottime = be32_to_cpup(data);
846 mac_bi_data.boottime, mac_bi_data.gmtbias);
/linux-master/drivers/firmware/efi/libstub/
H A Defistub.h63 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
139 * Allocation types for calls to boottime->allocate_pages.
147 * The type of search to perform when calling boottime->locate_handle
154 * boottime->stall takes the time period in microseconds
159 * boottime->set_timer takes the time in 100ns units
226 * boottime->wait_for_event() takes an array of events as input.

Completed in 237 milliseconds