tag | line | file | source code |
---|---|---|---|
IS_RESETTING | 546 | kernel/blk_drv/scsi/scsi.c | last_cmnd[host].flags |= (WAS_RESET | IS_RESETTING); |
IS_RESETTING | 617 | kernel/blk_drv/scsi/scsi.c | if (last_cmnd[host].flags & IS_RESETTING) |
IS_RESETTING | 619 | kernel/blk_drv/scsi/scsi.c | last_cmnd[host].flags &= ~IS_RESETTING; |
IS_RESETTING | 915 | kernel/blk_drv/scsi/scsi.c | if (!(last_cmnd[host].flags & IS_RESETTING) && !(internal_timeout[host] & IN_ABORT)) |