tag | line | file | source code |
---|---|---|---|
busy | 62 | kernel/blk_drv/hd.c | static char busy[MAX_HD] = {0, }; |
busy | 548 | kernel/blk_drv/hd.c | while (busy[target]) |
busy | 696 | kernel/blk_drv/hd.c | #define DEVICE_BUSY busy[target] |
busy | 252 | kernel/blk_drv/scsi/scsi.c | busy = 0; |
busy | 260 | kernel/blk_drv/scsi/scsi.h | unsigned busy:1; /* Used to prevent races */ |
busy | 70 | kernel/blk_drv/scsi/sd.c | while (rscsi_disks[target].device->busy); |
busy | 808 | kernel/blk_drv/scsi/sd.c | #define DEVICE_BUSY rscsi_disks[target].device->busy |