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

/linux-4.4.14/drivers/scsi/
H A Dosst.c919 static int osst_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int curr, int minlast, int to) osst_wait_frame()
926 if (minlast >= 0 && STp->ps[STp->partition].rw != ST_READING) osst_wait_frame()
938 ((minlast < 0 && osst_wait_frame()
939 (signed)STp->last_frame_position > (signed)curr + minlast) || osst_wait_frame()
940 (minlast >= 0 && STp->cur_frames > minlast) osst_wait_frame()
947 name, curr, curr+minlast, STp->first_frame_position, osst_wait_frame()
958 name, curr, curr+minlast, STp->first_frame_position, osst_wait_frame()
967 name, curr, curr+minlast, STp->first_frame_position, osst_wait_frame()
917 osst_wait_frame(struct osst_tape * STp, struct osst_request ** aSRpnt, int curr, int minlast, int to) osst_wait_frame() argument

Completed in 82 milliseconds