Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dnetns.h33 ktime_t boot_time; member
Dclient.c1068 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.c5719 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
/Linux-v4.19/fs/nfsd/
Dnetns.h56 time_t boot_time; member
Dnfs4recover.c1049 cup->cu_msg.cm_u.cm_gracetime = (int64_t)nn->boot_time; in nfsd4_cld_grace_done()
1265 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1324 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1399 sprintf(timestr, "%ld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
Dnfs4state.c1787 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
1790 clid->cl_boot, clid->cl_id, nn->boot_time); in STALE_CLIENTID()
2115 clp->cl_clientid.cl_boot = nn->boot_time; in gen_clid()
4706 unsigned long double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
7156 nn->boot_time = get_seconds(); in nfs4_state_create_net()
/Linux-v4.19/arch/s390/kernel/
Dtime.c228 struct timespec64 boot_time; in read_persistent_wall_and_boot_offset() local
236 ext_to_timespec64(clk, &boot_time); in read_persistent_wall_and_boot_offset()
239 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
/Linux-v4.19/include/scsi/
Dlibfc.h724 unsigned long boot_time; member
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c2259 lport->boot_time = jiffies; in _fcoe_create()
2705 vn_port->boot_time = jiffies; in fcoe_vport_create()
2781 lport->boot_time = jiffies; in fcoe_vport_disable()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1176 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1236 lport->boot_time = jiffies; in bnx2fc_vport_disable()
2406 lport->boot_time = jiffies; in _bnx2fc_create()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c1490 lport->boot_time = jiffies; in qedf_lport_setup()
1542 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1665 vn_port->boot_time = jiffies; in qedf_vport_create()
1735 lport->boot_time = jiffies; in qedf_vport_disable()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_main.c846 lp->boot_time = jiffies; in fnic_probe()
/Linux-v4.19/drivers/scsi/libfc/
Dfc_lport.c313 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()