Home
last modified time | relevance | path

Searched refs:last_busy (Results 1 – 3 of 3) sorted by relevance

/drivers/scsi/
Dinitio.c804 if (host->last_busy != NULL) { in initio_append_busy_scb()
805 host->last_busy->next = scbp; in initio_append_busy_scb()
806 host->last_busy = scbp; in initio_append_busy_scb()
809 host->last_busy = scbp; in initio_append_busy_scb()
821 host->last_busy = NULL; in initio_pop_busy_scb()
848 host->last_busy = NULL; in initio_unlink_busy_scb()
851 if (tmp == host->last_busy) in initio_unlink_busy_scb()
852 host->last_busy = prev; in initio_unlink_busy_scb()
978 host->last_busy = NULL; in initio_abort_srb()
981 if (tmp == host->last_busy) in initio_abort_srb()
[all …]
Dinitio.h532 struct scsi_ctrl_blk *last_busy; /* 4C */ member
/drivers/base/power/
Druntime.c175 expires = READ_ONCE(dev->power.last_busy); in pm_runtime_autosuspend_expiration()