Home
last modified time | relevance | path

Searched refs:ages (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dfcal.c114 long *ages; in fcal_detect() local
127 ages = kmalloc (128 * sizeof(long), GFP_KERNEL); in fcal_detect()
128 if (!ages) continue; in fcal_detect()
133 kfree(ages); in fcal_detect()
172 fc->ages = ages; in fcal_detect()
173 memset (ages, 0, 128 * sizeof(long)); in fcal_detect()
197 kfree (fc->ages); in fcal_release()
Dpluto.c218 long *ages; in pluto_detect() local
220 ages = kmalloc (((inq->channels + 1) * inq->targets) * sizeof(long), GFP_KERNEL); in pluto_detect()
221 if (!ages) continue; in pluto_detect()
226 kfree(ages); in pluto_detect()
248 fc->ages = ages; in pluto_detect()
249 memset (ages, 0, ((inq->channels + 1) * inq->targets) * sizeof(long)); in pluto_detect()
286 kfree (fc->ages); in pluto_release()
/linux-2.4.37.9/drivers/fc4/
Dfcp_impl.h104 long *ages; member
Dfc.c796 if (jiffies - fc->ages[SCpnt->channel * fc->targets + SCpnt->target] > (5 * 60 * HZ)) { in fcp_scsi_queue_it()
797 fc->ages[SCpnt->channel * fc->targets + SCpnt->target] = jiffies; in fcp_scsi_queue_it()
/linux-2.4.37.9/Documentation/
Dpci.txt239 pcibios_present() Since ages, you don't need to test presence
/linux-2.4.37.9/drivers/char/ftape/
DRELEASE-NOTES69 ages. It is probably still possible to use the old code with