tag | line | file | source code |
---|---|---|---|
st_max_buffers | 88 | drivers/scsi/st.c | static int st_max_buffers = ST_MAX_BUFFERS; |
st_max_buffers | 2803 | drivers/scsi/st.c | st_max_buffers = ints[3]; |
st_max_buffers | 2978 | drivers/scsi/st.c | if (target_nbr > st_max_buffers) |
st_max_buffers | 2979 | drivers/scsi/st.c | target_nbr = st_max_buffers; |