tag | line | file | source code |
ST_LONG_TIMEOUT | 576 | drivers/scsi/st.c | SCpnt = st_do_scsi(NULL, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 586 | drivers/scsi/st.c | SCpnt = st_do_scsi(SCpnt, STp, cmd, 0, ST_LONG_TIMEOUT, MAX_READY_RETRIES); |
ST_LONG_TIMEOUT | 1677 | drivers/scsi/st.c | int timeout = ST_LONG_TIMEOUT; |
ST_LONG_TIMEOUT | 1856 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |
ST_LONG_TIMEOUT | 1920 | drivers/scsi/st.c | timeout = ST_LONG_TIMEOUT * 8; |
ST_LONG_TIMEOUT | 2208 | drivers/scsi/st.c | int timeout = ST_LONG_TIMEOUT; |
ST_LONG_TIMEOUT | 2442 | drivers/scsi/st.c | SCpnt = st_do_scsi(SCpnt, STp, cmd, cmd[4], ST_LONG_TIMEOUT, MAX_READY_RETRIES); |