taglinefilesource code
busy61kernel/blk_drv/hd.cstatic char busy[MAX_HD] = {0, };
busy537kernel/blk_drv/hd.cwhile (busy[target])
busy684kernel/blk_drv/hd.c#define DEVICE_BUSY busy[target]
busy246kernel/blk_drv/scsi/scsi.cbusy = 0;
busy246kernel/blk_drv/scsi/scsi.hunsigned busy:1;  /* Used to prevent races */
busy70kernel/blk_drv/scsi/sd.cwhile (rscsi_disks[target].device->busy);
busy794kernel/blk_drv/scsi/sd.c#define DEVICE_BUSY rscsi_disks[target].device->busy