tag | line | file | source code |
---|---|---|---|
ST_LONG_TIMEOUT | 491 | drivers/scsi/st.c | SCpnt = st_do_scsi(NULL, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 501 | drivers/scsi/st.c | SCpnt = st_do_scsi(SCpnt, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 1272 | drivers/scsi/st.c | int timeout = ST_LONG_TIMEOUT; |
ST_LONG_TIMEOUT | 1501 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |
ST_LONG_TIMEOUT | 1534 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |