Searched refs:minlast (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dosst.c917 static int osst_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int curr, int minlast, int to)
924 if (minlast >= 0 && STp->ps[STp->partition].rw != ST_READING)
936 ((minlast < 0 &&
937 (signed)STp->last_frame_position > (signed)curr + minlast) ||
938 (minlast >= 0 && STp->cur_frames > minlast)
945 name, curr, curr+minlast, STp->first_frame_position,
956 name, curr, curr+minlast, STp->first_frame_position,
965 name, curr, curr+minlast, STp->first_frame_position,
915 osst_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int curr, int minlast, int to) argument

Completed in 52 milliseconds