Searched defs:since (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dlibata-eh.c1836 u64 since; member in struct:speed_down_verdict_arg
1846 if ((ent->eflags & ATA_EFLAG_OLD_ER) || (ent->timestamp < arg->since))
1922 arg.since = j64 - min(j64, j5mins);
1941 arg.since = j64 - min(j64, j10mins);
2947 * the port has not expired, and since we still want to pick
/drivers/tty/ipwireless/
H A Dhardware.c73 unsigned long since = jiffies - timing_stats.last_report_time; local
76 if (since >= HZ) {
83 jiffies_to_usecs(since),
127 * sizeof(nl_packet_header) since it's a bitfield) */
131 * sizeof(nl_packet_header) since it's a bitfield) */

Completed in 1217 milliseconds