Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dtrace.h732 __field(unsigned long long, boot_time)
735 __entry->boot_time = nn->boot_time;
756 __field(unsigned long long, boot_time)
762 __entry->boot_time = nn->boot_time;
1226 __field(unsigned long long, boot_time)
1231 __entry->boot_time = nn->boot_time;
1236 __entry->boot_time, __entry->xid,
1249 __field(unsigned long long, boot_time)
1255 __entry->boot_time = nn->boot_time;
1273 __field(unsigned long long, boot_time)
[all …]
H A Dnetns.h68 time64_t boot_time; member
H A Dnfs4recover.c1442 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0()
1865 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1926 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
2001 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
H A Dnfs4state.c988 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state()
2072 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
2445 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
5908 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
8135 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
/openbmc/linux/fs/nfs/
H A Dnetns.h37 ktime_t boot_time; member
H A Dclient.c1179 nn->boot_time = ktime_get_real(); in nfs_clients_init()
H A Dnfs4xdr.c1904 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
H A Dnfs4proc.c6289 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
/openbmc/u-boot/arch/arm/mach-mediatek/mt7623/
H A Dpreloader.h86 u32 boot_time; member
/openbmc/linux/arch/s390/kernel/
H A Dtime.c217 struct timespec64 boot_time; in read_persistent_wall_and_boot_offset() local
224 ext_to_timespec64(&clk, &boot_time); in read_persistent_wall_and_boot_offset()
227 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/openbmc/linux/include/scsi/
H A Dlibfc.h721 unsigned long boot_time; member
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c2230 lport->boot_time = jiffies; in _fcoe_create()
2678 vn_port->boot_time = jiffies; in fcoe_vport_create()
2754 lport->boot_time = jiffies; in fcoe_vport_disable()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1160 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1220 lport->boot_time = jiffies; in bnx2fc_vport_disable()
2385 lport->boot_time = jiffies; in _bnx2fc_create()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c1745 lport->boot_time = jiffies; in qedf_lport_setup()
1806 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1930 vn_port->boot_time = jiffies; in qedf_vport_create()
2021 lport->boot_time = jiffies; in qedf_vport_disable()
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_main.c858 lp->boot_time = jiffies; in fnic_probe()
/openbmc/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()