Searched refs:time_expires (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A DNCR5380.h270 unsigned long time_expires; /* in jiffies, set prior to sleeping */ member in struct:NCR5380_hostdata
H A DNCR5380.c475 hostdata->time_expires = jiffies + timeout;
804 hostdata->time_expires = 0;
1063 && (!hostdata->time_expires || time_before_eq(hostdata->time_expires, jiffies))
2265 dprintk(NDEBUG_USLEEP, ("scsi%d : issued command, sleeping until %ul\n", instance->host_no, hostdata->time_expires));
2285 dprintk(NDEBUG_USLEEP, ("scsi%d : poll timed out, sleeping until %ul\n", instance->host_no, hostdata->time_expires));

Completed in 35 milliseconds