| tag | line | file | source code |
|---|---|---|---|
| st_max_buffers | 84 | drivers/scsi/st.c | static int st_max_buffers = ST_MAX_BUFFERS; |
| st_max_buffers | 1671 | drivers/scsi/st.c | st_max_buffers = ints[3]; |
| st_max_buffers | 1788 | drivers/scsi/st.c | if (st_nbr_buffers > st_max_buffers) |
| st_max_buffers | 1789 | drivers/scsi/st.c | st_nbr_buffers = st_max_buffers; |