tag | line | file | source code |
time_expires | 487 | drivers/scsi/NCR5380.c | if (instance->time_expires < tmp->time_expires) |
time_expires | 492 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].expires = expires_first->time_expires; |
time_expires | 502 | drivers/scsi/NCR5380.c | for (; expires_first && expires_first->time_expires >= jiffies; ) { |
time_expires | 507 | drivers/scsi/NCR5380.c | ((NCR5380_hostdata *) expires_first->host_data)->time_expires = |
time_expires | 514 | drivers/scsi/NCR5380.c | expires_first->host_data)->time_expires; |
time_expires | 691 | drivers/scsi/NCR5380.c | hostdata->time_expires = 0; |
time_expires | 885 | drivers/scsi/NCR5380.c | && (!hostdata->time_expires || hostdata->time_expires >= jiffies) |
time_expires | 1738 | drivers/scsi/NCR5380.c | hostdata->time_expires = jiffies + USLEEP_SLEEP; |
time_expires | 1741 | drivers/scsi/NCR5380.c | hostdata->time_expires); |
time_expires | 1763 | drivers/scsi/NCR5380.c | if (!disconnect && hostdata->time_expires && jiffies > |
time_expires | 1764 | drivers/scsi/NCR5380.c | hostdata->time_expires) { |
time_expires | 1765 | drivers/scsi/NCR5380.c | hostdata->time_expires = jiffies + USLEEP_SLEEP; |
time_expires | 1768 | drivers/scsi/NCR5380.c | hostdata->time_expires); |
time_expires | 216 | drivers/scsi/NCR5380.h | unsigned long time_expires; /* in jiffies, set prior to sleeping */ |