Home
last modified time | relevance | path

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

/linux/arch/x86/boot/compressed/
H A Defi.h78 u64 boottime; member
95 u32 boottime; member
/linux/arch/m68k/include/asm/
H A Dmacintosh.h105 unsigned long boottime; member
/linux/drivers/misc/mei/
H A Dplatform-vsc.c38 u64 boottime; member
63 .boottime = ktime_to_ns(ktime_get_boottime()), in mei_vsc_read_helper()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c811 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local
899 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware()
907 strncat(h->bootcmd, boottime, in octeon_download_firmware()
/linux/arch/x86/xen/
H A Defi.c41 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/linux/drivers/net/wireless/marvell/libertas/
H A Dtypes.h264 uint8_t boottime; member
H A Dmesh.c429 return sysfs_emit(buf, "%d\n", defs.boottime); in boottime_show()
794 static DEVICE_ATTR_RW(boottime);
/linux/arch/m68k/mac/
H A Dconfig.c102 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
844 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
/linux/tools/power/pm-graph/
H A Dbootgraph.py222 boottime = '' variable in Data
280 sysvals.vprint(' Boot time: %s' % self.boottime)
343 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S')
/linux/Documentation/core-api/
H A Dtimekeeping.rst119 in user space, along with the equivalent boottime/tai/raw
/linux/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1213 The device tree is loaded and parsed at boottime and is accessible by
/linux/init/
H A DKconfig1409 In this namespace boottime and monotonic clocks can be set.