tag | line | file | source code |
---|---|---|---|
busy | 62 | kernel/blk_drv/hd.c | static char busy[MAX_HD] = {0, }; |
busy | 556 | kernel/blk_drv/hd.c | while (busy[target]) |
busy | 720 | kernel/blk_drv/hd.c | #define DEVICE_BUSY busy[target] |
busy | 256 | kernel/blk_drv/scsi/scsi.c | busy = 0; |
busy | 281 | 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 | 853 | kernel/blk_drv/scsi/sd.c | #define DEVICE_BUSY rscsi_disks[target].device->busy |