Searched refs:boot_time (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/fs/nfsd/ |
D | trace.h | 672 __field(unsigned long long, boot_time) 675 __entry->boot_time = nn->boot_time; 677 TP_printk("boot_time=%16llx", __entry->boot_time) 696 __field(unsigned long long, boot_time) 702 __entry->boot_time = nn->boot_time; 711 __entry->boot_time, __entry->xid, __entry->error, 1197 __field(unsigned long long, boot_time) 1202 __entry->boot_time = nn->boot_time; 1207 __entry->boot_time, __entry->xid, 1220 __field(unsigned long long, boot_time) [all …]
|
D | netns.h | 53 time64_t boot_time; member
|
D | nfs4recover.c | 1434 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()
|
D | nfs4state.c | 992 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state() 2073 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID() 2445 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 5799 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming() 7953 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
|
/linux-6.1.9/fs/nfs/ |
D | netns.h | 36 ktime_t boot_time; member
|
D | client.c | 1144 nn->boot_time = ktime_get_real(); in nfs_clients_init()
|
D | nfs4xdr.c | 1904 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
|
D | nfs4proc.c | 6263 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
|
/linux-6.1.9/arch/s390/kernel/ |
D | time.c | 212 struct timespec64 boot_time; in read_persistent_wall_and_boot_offset() local 219 ext_to_timespec64(&clk, &boot_time); in read_persistent_wall_and_boot_offset() 222 *boot_offset = timespec64_sub(*wall_time, boot_time); in read_persistent_wall_and_boot_offset()
|
/linux-6.1.9/include/scsi/ |
D | libfc.h | 721 unsigned long boot_time; member
|
/linux-6.1.9/drivers/scsi/fcoe/ |
D | fcoe.c | 2230 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()
|
/linux-6.1.9/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 1163 vn_port->boot_time = jiffies; in bnx2fc_vport_create() 1223 lport->boot_time = jiffies; in bnx2fc_vport_disable() 2388 lport->boot_time = jiffies; in _bnx2fc_create()
|
/linux-6.1.9/drivers/scsi/qedf/ |
D | qedf_main.c | 1734 lport->boot_time = jiffies; in qedf_lport_setup() 1795 lport->boot_time = jiffies; in qedf_vport_libfc_config() 1919 vn_port->boot_time = jiffies; in qedf_vport_create() 2010 lport->boot_time = jiffies; in qedf_vport_disable()
|
/linux-6.1.9/drivers/scsi/fnic/ |
D | fnic_main.c | 856 lp->boot_time = jiffies; in fnic_probe()
|
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_lport.c | 304 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()
|