Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfsd/
Dtrace.h355 __field(unsigned long long, boot_time)
358 __entry->boot_time = nn->boot_time;
360 TP_printk("boot_time=%16llx", __entry->boot_time)
377 __field(unsigned long long, boot_time)
382 __entry->boot_time = nn->boot_time;
387 __entry->boot_time, __entry->namelen, __get_str(name))
588 __field(unsigned long long, boot_time)
593 __entry->boot_time = nn->boot_time;
598 __entry->boot_time, __entry->xid,
611 __field(unsigned long long, boot_time)
[all …]
Dnetns.h43 time64_t boot_time; member
Dnfs4recover.c1432 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0()
1855 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1916 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1991 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
Dnfs4state.c764 stid->stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state()
1932 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
2293 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
5354 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
7306 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
/Linux-v5.10/fs/nfs/
Dnetns.h36 ktime_t boot_time; member
Dclient.c1112 nn->boot_time = ktime_get_real(); in nfs_clients_init()
Dnfs4xdr.c1876 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
Dnfs4proc.c6089 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
/Linux-v5.10/arch/s390/kernel/
Dtime.c222 struct timespec64 boot_time; in read_persistent_wall_and_boot_offset() local
230 ext_to_timespec64(clk, &boot_time); in read_persistent_wall_and_boot_offset()
233 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/Linux-v5.10/include/scsi/
Dlibfc.h712 unsigned long boot_time; member
/Linux-v5.10/drivers/scsi/fcoe/
Dfcoe.c2244 lport->boot_time = jiffies; in _fcoe_create()
2690 vn_port->boot_time = jiffies; in fcoe_vport_create()
2766 lport->boot_time = jiffies; in fcoe_vport_disable()
/Linux-v5.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1169 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1229 lport->boot_time = jiffies; in bnx2fc_vport_disable()
2398 lport->boot_time = jiffies; in _bnx2fc_create()
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_main.c1729 lport->boot_time = jiffies; in qedf_lport_setup()
1790 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1914 vn_port->boot_time = jiffies; in qedf_vport_create()
1984 lport->boot_time = jiffies; in qedf_vport_disable()
/Linux-v5.10/drivers/scsi/fnic/
Dfnic_main.c841 lp->boot_time = jiffies; in fnic_probe()
/Linux-v5.10/drivers/scsi/libfc/
Dfc_lport.c301 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()