MT_ST_NOWAIT     2311 drivers/scsi/st.c 		STp->immediate = (options & MT_ST_NOWAIT) != 0;
MT_ST_NOWAIT     2342 drivers/scsi/st.c 		if ((options & MT_ST_NOWAIT) != 0)
MT_ST_NOWAIT     4671 drivers/scsi/st.c 	options |= STp->immediate ? MT_ST_NOWAIT : 0;