Home
last modified time | relevance | path

Searched refs:boot_time (Results 1 – 10 of 10) sorted by relevance

/linux/fs/nfsd/
H A Dtrace.h966 __field(unsigned long long, boot_time)
969 __entry->boot_time = nn->boot_time;
971 TP_printk("boot_time=%16llx", __entry->boot_time)
990 __field(unsigned long long, boot_time)
996 __entry->boot_time = nn->boot_time;
1005 __entry->boot_time, __entry->xid, __entry->error,
1508 __field(unsigned long long, boot_time)
1513 __entry->boot_time = nn->boot_time;
1518 __entry->boot_time, __entry->xid,
1531 __field(unsigned long long, boot_time)
[all …]
H A Dnetns.h85 time64_t boot_time; member
H A Dnfs4recover.c1332 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0()
1745 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1803 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1878 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
H A Dnfs4state.c991 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state()
2697 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
3118 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
9752 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
/linux/arch/s390/kernel/
H A Dtime.c210 struct timespec64 boot_time; in read_persistent_wall_and_boot_offset() local
217 ext_to_timespec64(&clk, &boot_time); in read_persistent_wall_and_boot_offset()
220 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/linux/drivers/scsi/qedf/
H A Dqedf_main.c1747 lport->boot_time = jiffies; in qedf_lport_setup()
1808 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1932 vn_port->boot_time = jiffies; in qedf_vport_create()
2023 lport->boot_time = jiffies; in qedf_vport_disable()
/linux/fs/nfs/
H A Dclient.c1302 nn->boot_time = ktime_get_real(); in nfs_clients_init()
H A Dnfs4xdr.c1944 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
H A Dnfs4proc.c6454 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
/linux/drivers/scsi/libfc/
H A Dfc_lport.c310 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()