| tag | line | file | source code |
|---|---|---|---|
| st_max_buffers | 81 | drivers/scsi/st.c | static int st_max_buffers = ST_MAX_BUFFERS; |
| st_max_buffers | 2046 | drivers/scsi/st.c | st_max_buffers = ints[3]; |
| st_max_buffers | 2204 | drivers/scsi/st.c | if (target_nbr > st_max_buffers) |
| st_max_buffers | 2205 | drivers/scsi/st.c | target_nbr = st_max_buffers; |