tag | line | file | source code |
time_expires | 534 | drivers/scsi/NCR5380.c | if (instance->time_expires < tmp->time_expires) |
time_expires | 539 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].expires = expires_first->time_expires; |
time_expires | 549 | drivers/scsi/NCR5380.c | for (; expires_first && expires_first->time_expires >= jiffies; ) { |
time_expires | 554 | drivers/scsi/NCR5380.c | ((NCR5380_hostdata *) expires_first->host_data)->time_expires = |
time_expires | 561 | drivers/scsi/NCR5380.c | expires_first->host_data)->time_expires; |
time_expires | 803 | drivers/scsi/NCR5380.c | hostdata->time_expires = 0; |
time_expires | 1002 | drivers/scsi/NCR5380.c | && (!hostdata->time_expires || hostdata->time_expires >= jiffies) |
time_expires | 2320 | drivers/scsi/NCR5380.c | hostdata->time_expires = jiffies + USLEEP_SLEEP; |
time_expires | 2323 | drivers/scsi/NCR5380.c | hostdata->time_expires); |
time_expires | 2345 | drivers/scsi/NCR5380.c | if (!disconnect && hostdata->time_expires && jiffies > |
time_expires | 2346 | drivers/scsi/NCR5380.c | hostdata->time_expires) { |
time_expires | 2347 | drivers/scsi/NCR5380.c | hostdata->time_expires = jiffies + USLEEP_SLEEP; |
time_expires | 2350 | drivers/scsi/NCR5380.c | hostdata->time_expires); |
time_expires | 262 | drivers/scsi/NCR5380.h | unsigned long time_expires; /* in jiffies, set prior to sleeping */ |