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

/linux-master/drivers/gpu/drm/xe/
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
H A Dxe_devcoredump.c104 ts = ktime_to_timespec64(ss->boot_time);
168 ss->boot_time = ktime_get_boottime();
/linux-master/fs/nfs/
H A Dnetns.h37 ktime_t boot_time; member in struct:nfs_net
H A Dclient.c1181 nn->boot_time = ktime_get_real();
H A Dnfs4xdr.c1913 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */
H A Dnfs4proc.c6288 u64 ns = ktime_to_ns(nn->boot_time);
/linux-master/fs/nfsd/
H A Dnetns.h68 time64_t boot_time; member in struct:nfsd_net
H A Dtrace.h785 __field(unsigned long long, boot_time)
788 __entry->boot_time = nn->boot_time;
790 TP_printk("boot_time=%16llx", __entry->boot_time)
809 __field(unsigned long long, boot_time)
815 __entry->boot_time = nn->boot_time;
823 TP_printk("boot_time=%16llx xid=0x%08x error=%d new verifier=0x%s",
824 __entry->boot_time, __entr
[all...]
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.c990 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time;
2216 if (clid->cl_boot == (u32)nn->boot_time)
2589 clp->cl_clientid.cl_boot = (u32)nn->boot_time;
6209 time64_t double_grace_period_end = nn->boot_time +
8520 nn->boot_time = ktime_get_real_seconds();
/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/include/scsi/
H A Dlibfc.h671 * @boot_time: Timestamp indicating when the local port came online
721 unsigned long boot_time; member in struct:fc_lport
/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/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/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/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;

Completed in 364 milliseconds