tag | line | file | source code |
---|---|---|---|
st_max_buffers | 83 | drivers/scsi/st.c | static int st_max_buffers = ST_MAX_BUFFERS; |
st_max_buffers | 2070 | drivers/scsi/st.c | st_max_buffers = ints[3]; |
st_max_buffers | 2228 | drivers/scsi/st.c | if (target_nbr > st_max_buffers) |
st_max_buffers | 2229 | drivers/scsi/st.c | target_nbr = st_max_buffers; |