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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c50 static time_t boot_time; variable
238 dp->dl_stateid.si_boot = boot_time;
760 if (clid->cl_boot == boot_time)
762 dprintk("NFSD stale clientid (%08x/%08x) boot_time %08lx\n",
763 clid->cl_boot, clid->cl_id, boot_time);
909 clp->cl_clientid.cl_boot = boot_time;
1960 stp->st_stateid.si_boot = boot_time;
2773 if (stateid->si_boot == boot_time)
3487 stp->st_stateid.si_boot = boot_time;
4093 boot_time
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibfc.h768 * @boot_time: Timestamp indicating when the local port came online
815 unsigned long boot_time; member in struct:fc_lport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_main.c198 stats->seconds_since_last_reset = (jiffies - lp->boot_time) / HZ;
684 lp->boot_time = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c2183 lport->boot_time = jiffies;
2614 vn_port->boot_time = jiffies;
2654 lport->boot_time = jiffies;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_lport.c296 jiffies_to_timespec(lport->boot_time, &v1);

Completed in 77 milliseconds