Searched refs:busyq (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 680 if (TAILQ_FIRST(&dev->busyq) == NULL in ahc_linux_check_device_queue() 1027 TAILQ_INSERT_TAIL(&dev->busyq, (struct ahc_cmd *)cmd, acmd_links.tqe); in ahc_linux_queue() 1101 if (TAILQ_EMPTY(&dev->busyq) in ahc_linux_slave_destroy() 2189 struct ahc_busyq *busyq; local 2198 busyq = &dev->busyq; 2199 while ((acmd = TAILQ_FIRST(busyq)) != NULL) { 2203 TAILQ_REMOVE(busyq, acmd, 3668 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL 3692 TAILQ_REMOVE(&dev->busyq, acmd, acmd_links.tqe); 3969 TAILQ_INIT(&dev->busyq); [all …]
|
D | aic79xx_osm.c | 689 if (TAILQ_FIRST(&dev->busyq) == NULL in ahd_linux_check_device_queue() 1041 TAILQ_INSERT_TAIL(&dev->busyq, (struct ahd_cmd *)cmd, acmd_links.tqe); in ahd_linux_queue() 1117 if (TAILQ_EMPTY(&dev->busyq) in ahd_linux_slave_destroy() 1333 TAILQ_FOREACH(list_acmd, &dev->busyq, acmd_links.tqe) { 1342 TAILQ_REMOVE(&dev->busyq, list_acmd, acmd_links.tqe); 2524 struct ahd_busyq *busyq; local 2532 busyq = &dev->busyq; 2533 while ((acmd = TAILQ_FIRST(busyq)) != NULL) { 2537 TAILQ_REMOVE(busyq, acmd, 4040 while ((acmd = TAILQ_FIRST(&dev->busyq)) != NULL [all …]
|
D | aic7xxx_osm.h | 362 struct ahc_busyq busyq; member
|
D | aic79xx_osm.h | 350 struct ahd_busyq busyq; member
|
/linux-2.4.37.9/drivers/cdrom/ |
D | mcdx.c | 162 wait_queue_head_t busyq; member 897 wake_up_interruptible(&stuffp->busyq); in mcdx_intr() 1122 init_waitqueue_head(&stuffp->busyq); in mcdx_init_drive() 1354 (&stuffp->busyq, 5 * HZ); in mcdx_xfer()
|