Searched refs:boot_time (Results 1 – 16 of 16) sorted by relevance
| /linux/fs/nfs/ |
| H A D | netns.h | 41 ktime_t boot_time; member
|
| H A D | client.c | 1272 nn->boot_time = ktime_get_real(); in nfs_clients_init()
|
| H A D | nfs4xdr.c | 1957 *p++ = cpu_to_be32(ktime_to_ns(nn->boot_time)); /* stamp */ in encode_create_session()
|
| H A D | nfs4proc.c | 6578 u64 ns = ktime_to_ns(nn->boot_time); in nfs4_init_boot_verifier()
|
| /linux/fs/nfsd/ |
| H A D | trace.h | 928 __field(unsigned long long, boot_time) 931 __entry->boot_time = nn->boot_time; 933 TP_printk("boot_time=%16llx", __entry->boot_time) 952 __field(unsigned long long, boot_time) 958 __entry->boot_time = nn->boot_time; 967 __entry->boot_time, __entry->xid, __entry->error, 1448 __field(unsigned long long, boot_time) 1453 __entry->boot_time = nn->boot_time; 1458 __entry->boot_time, __entry->xid, 1471 __field(unsigned long long, boot_time) [all …]
|
| H A D | netns.h | 71 time64_t boot_time; member
|
| H A D | nfs4recover.c | 1312 cup->cu_u.cu_msg.cm_u.cm_gracetime = nn->boot_time; in nfsd4_cld_grace_done_v0() 1725 char *grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_init() 1783 grace_start = nfsd4_cltrack_grace_start(nn->boot_time); in nfsd4_umh_cltrack_create() 1858 sprintf(timestr, "%lld", nn->boot_time); in nfsd4_umh_cltrack_grace_done()
|
| H A D | nfs4state.c | 951 stid->cs_stid.si_opaque.so_clid.cl_boot = (u32)nn->boot_time; in nfs4_init_cp_state() 2338 if (clid->cl_boot == (u32)nn->boot_time) in STALE_CLIENTID() 2720 clp->cl_clientid.cl_boot = (u32)nn->boot_time; in gen_clid() 6657 time64_t double_grace_period_end = nn->boot_time + in clients_still_reclaiming() 8980 nn->boot_time = ktime_get_real_seconds(); in nfs4_state_create_net()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_devcoredump.c | 110 ts = ktime_to_timespec64(ss->boot_time); in __xe_devcoredump_read() 339 ss->boot_time = ktime_get_boottime(); in devcoredump_snapshot()
|
| /linux/drivers/scsi/fnic/ |
| H A D | fnic_fdls.h | 265 uint64_t boot_time; member
|
| H A D | fnic_main.c | 994 iport->boot_time = jiffies; in fnic_probe()
|
| /linux/include/scsi/ |
| H A D | libfc.h | 727 unsigned long boot_time; member
|
| /linux/drivers/scsi/fcoe/ |
| H A D | fcoe.c | 2210 lport->boot_time = jiffies; in _fcoe_create() 2658 vn_port->boot_time = jiffies; in fcoe_vport_create() 2734 lport->boot_time = jiffies; in fcoe_vport_disable()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 1160 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()
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 1747 lport->boot_time = jiffies; in qedf_lport_setup() 1808 lport->boot_time = jiffies; in qedf_vport_libfc_config() 1932 vn_port->boot_time = jiffies; in qedf_vport_create() 2023 lport->boot_time = jiffies; in qedf_vport_disable()
|
| /linux/drivers/scsi/libfc/ |
| H A D | fc_lport.c | 310 fc_stats->seconds_since_last_reset = (jiffies - lport->boot_time) / HZ; in fc_get_host_stats()
|