last_report_time   45 drivers/tty/ipwireless/hardware.c 	unsigned long last_report_time;
last_report_time   74 drivers/tty/ipwireless/hardware.c 	unsigned long since = jiffies - timing_stats.last_report_time;
last_report_time   78 drivers/tty/ipwireless/hardware.c 		int first = (timing_stats.last_report_time == 0);
last_report_time   80 drivers/tty/ipwireless/hardware.c 		timing_stats.last_report_time = jiffies;
last_report_time   53 fs/nfs/flexfilelayout/flexfilelayout.c 		ffl->last_report_time = ktime_get();
last_report_time  642 fs/nfs/flexfilelayout/flexfilelayout.c 	if (ktime_to_ms(ktime_sub(now, ffl->last_report_time)) >=
last_report_time  644 fs/nfs/flexfilelayout/flexfilelayout.c 		ffl->last_report_time = now;
last_report_time  110 fs/nfs/flexfilelayout/flexfilelayout.h 	ktime_t			last_report_time; /* Layoutstat report times */