Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/fs/nfsd/
H A Dtrace.h355 __field(unsigned long long, boot_time)
358 __entry->boot_time = nn->boot_time;
360 TP_printk("boot_time=%16llx", __entry->boot_time)
559 __field(unsigned long long, boot_time)
564 __entry->boot_time = nn->boot_time;
568 TP_printk("boot_time=%16llx xid=0x%08x result=%s",
569 __entry->boot_time, __entr
[all...]
H A Dnetns.h43 time64_t boot_time; member
H A Dnfs4recover.c1434 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0()
1857 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1918 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1993 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
H A Dnfs4state.c775 stid->stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state()
1951 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
2312 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
5377 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
7333 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dtrace.h732 __field(unsigned long long, boot_time)
735 __entry->boot_time = nn->boot_time;
737 TP_printk("boot_time=%16llx", __entry->boot_time)
756 __field(unsigned long long, boot_time)
762 __entry->boot_time = nn->boot_time;
770 TP_printk("boot_time=%16llx xid=0x%08x error=%d new verifier=0x%s",
771 __entry->boot_time, __entr
[all...]
H A Dnetns.h54 time64_t boot_time; member
H A Dnfs4recover.c1434 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0()
1857 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init()
1918 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create()
1993 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()
2071 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID()
2444 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid()
5910 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming()
8137 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnetns.h37 ktime_t boot_time; member
H A Dclient.c1113 nn->boot_time = ktime_get_real(); in nfs_clients_init()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnetns.h36 ktime_t boot_time; member
H A Dclient.c1177 nn->boot_time = ktime_get_real(); in nfs_clients_init()
/kernel/linux/linux-5.10/arch/s390/kernel/
H A 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibfc.h662 * @boot_time: Timestamp indicating when the local port came online
712 unsigned long boot_time; member
/kernel/linux/linux-6.6/include/scsi/
H A Dlibfc.h671 * @boot_time: Timestamp indicating when the local port came online
721 unsigned long boot_time; member
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
H A Dfcoe.c2244 lport->boot_time = jiffies; in _fcoe_create()
2691 vn_port->boot_time = jiffies; in fcoe_vport_create()
2767 lport->boot_time = jiffies; in fcoe_vport_disable()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1168 vn_port->boot_time = jiffies; in bnx2fc_vport_create()
1228 lport->boot_time = jiffies; in bnx2fc_vport_disable()
2393 lport->boot_time = jiffies; in _bnx2fc_create()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
H A Dqedf_main.c1732 lport->boot_time = jiffies; in qedf_lport_setup()
1793 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1916 vn_port->boot_time = jiffies; in qedf_vport_create()
2007 lport->boot_time = jiffies; in qedf_vport_disable()
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_main.c1735 lport->boot_time = jiffies; in qedf_lport_setup()
1796 lport->boot_time = jiffies; in qedf_vport_libfc_config()
1920 vn_port->boot_time = jiffies; in qedf_vport_create()
2011 lport->boot_time = jiffies; in qedf_vport_disable()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
H A Dfnic_main.c842 lp->boot_time = jiffies; in fnic_probe()
/kernel/linux/linux-6.6/drivers/scsi/fnic/
H A Dfnic_main.c858 lp->boot_time = jiffies; in fnic_probe()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
H A Dfc_lport.c307 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()

Completed in 61 milliseconds

12