tag | line | file | source code |
---|---|---|---|
ST_LONG_TIMEOUT | 502 | drivers/scsi/st.c | SCpnt = st_do_scsi(NULL, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 512 | drivers/scsi/st.c | SCpnt = st_do_scsi(SCpnt, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 1284 | drivers/scsi/st.c | int timeout = ST_LONG_TIMEOUT; |
ST_LONG_TIMEOUT | 1461 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |
ST_LONG_TIMEOUT | 1521 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |