Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dst.h47 struct st_request *last_SRpnt; member
H A Dst.c606 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
622 /* If async IO, set last_SRpnt. This ptr tells write_behind_check in st_do_scsi()
625 (STp->buffer)->last_SRpnt = SRpnt; in st_do_scsi()
652 (STp->buffer)->last_SRpnt = NULL; in st_do_scsi()
687 SRpnt = STbuffer->last_SRpnt; in write_behind_check()
688 STbuffer->last_SRpnt = NULL; in write_behind_check()
4353 tpnt->buffer->last_SRpnt = NULL; in st_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dst.h46 struct st_request *last_SRpnt; member
H A Dst.c607 if (!do_wait && ((STp->buffer)->last_SRpnt)) { in st_do_scsi()
623 /* If async IO, set last_SRpnt. This ptr tells write_behind_check in st_do_scsi()
626 (STp->buffer)->last_SRpnt = SRpnt; in st_do_scsi()
653 (STp->buffer)->last_SRpnt = NULL; in st_do_scsi()
688 SRpnt = STbuffer->last_SRpnt; in write_behind_check()
689 STbuffer->last_SRpnt = NULL; in write_behind_check()
4306 tpnt->buffer->last_SRpnt = NULL; in st_probe()

Completed in 13 milliseconds