Searched refs:boot_time (Results 1 - 17 of 17) sorted by path

/linux-master/arch/s390/kernel/
H A Dtime.c217 struct timespec64 boot_time; local
224 ext_to_timespec64(&clk, &boot_time);
227 *boot_offset = timespec64_sub(*wall_time, boot_time);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c111 ts = ktime_to_timespec64(ss->boot_time);
173 ss->boot_time = ktime_get_boottime();
H A Dxe_devcoredump_types.h27 /** @boot_time: Relative boot time so the uptime can be calculated. */
28 ktime_t boot_time; member in struct:xe_devcoredump_snapshot
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1160 vn_port->boot_time = jiffies;
1220 lport->boot_time = jiffies;
2385 lport->boot_time = jiffies;
/linux-master/drivers/scsi/fcoe/
H A Dfcoe.c2230 lport->boot_time = jiffies;
2678 vn_port->boot_time = jiffies;
2754 lport->boot_time = jiffies;
/linux-master/drivers/scsi/fnic/
H A Dfnic_main.c914 lp->boot_time = jiffies;
/linux-master/drivers/scsi/libfc/
H A Dfc_lport.c310 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ;
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c1736 lport->boot_time = jiffies;
1797 lport->boot_time = jiffies;
1921 vn_port->boot_time = jiffies;
2012 lport->boot_time = jiffies;
/linux-master/fs/nfs/
H A Dclient.c1181 nn->boot_time = ktime_get_real();
H A Dnetns.h37 ktime_t boot_time; member in struct:nfs_net
H A Dnfs4proc.c6288 u64 ns = ktime_to_ns(nn->boot_time);
H A Dnfs4xdr.c1913 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */
/linux-master/fs/nfsd/
H A Dnetns.h68 time64_t boot_time; member in struct:nfsd_net
H A Dnfs4recover.c1448 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time;
1872 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time);
1933 grace_start = nfsd4_cltrack_grace_start(nn->boot_time);
2008 sprintf(timestr, "%lld", nn->boot_time);
H A Dnfs4state.c978 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time;
2209 if (clid->cl_boot == (u32)nn->boot_time)
2593 clp->cl_clientid.cl_boot = (u32)nn->boot_time;
6229 time64_t double_grace_period_end = nn->boot_time +
8547 nn->boot_time = ktime_get_real_seconds();
H A Dtrace.h879 __field(unsigned long long, boot_time)
882 __entry->boot_time = nn->boot_time;
884 TP_printk("boot_time=%16llx", __entry->boot_time)
903 __field(unsigned long long, boot_time)
909 __entry->boot_time = nn->boot_time;
917 TP_printk("boot_time=%16llx xid=0x%08x error=%d new verifier=0x%s",
918 __entry->boot_time, __entr
[all...]
/linux-master/include/scsi/
H A Dlibfc.h677 * @boot_time: Timestamp indicating when the local port came online
727 unsigned long boot_time; member in struct:fc_lport

Completed in 431 milliseconds