Searched refs:time_expires (Results 1 - 2 of 2) sorted by relevance
/drivers/scsi/ |
H A D | NCR5380.h | 275 unsigned long time_expires; /* in jiffies, set prior to sleeping */ member in struct:NCR5380_hostdata
|
H A D | NCR5380.c | 543 hostdata->time_expires = jiffies + timeout; 874 hostdata->time_expires = 0; 1133 && (!hostdata->time_expires || time_before_eq(hostdata->time_expires, jiffies)) 2466 dprintk(NDEBUG_USLEEP, ("scsi%d : issued command, sleeping until %ul\n", instance->host_no, hostdata->time_expires)); 2486 dprintk(NDEBUG_USLEEP, ("scsi%d : poll timed out, sleeping until %ul\n", instance->host_no, hostdata->time_expires));
|
Completed in 38 milliseconds